MessageHeaderDescription 클래스

정의

SOAP 메시지 헤더를 나타냅니다.

public ref class MessageHeaderDescription : System::ServiceModel::Description::MessagePartDescription
public class MessageHeaderDescription : System.ServiceModel.Description.MessagePartDescription
type MessageHeaderDescription = class
    inherit MessagePartDescription
Public Class MessageHeaderDescription
Inherits MessagePartDescription
상속
MessageHeaderDescription

생성자

Name Description
MessageHeaderDescription(String, String)

지정된 정규화된 이름을 사용하여 클래스의 MessageHeaderDescription 새 인스턴스를 초기화합니다.

속성

Name Description
Actor

메시지 헤더의 의도한 받는 사람을 가져오거나 설정합니다.

HasProtectionLevel

메시지 파트에 속성 값이 있는지 여부를 나타내는 값을 ProtectionLevel 가져옵니다.

(다음에서 상속됨 MessagePartDescription)
Index

메시지 파트의 인덱스 가져오거나 설정합니다.

(다음에서 상속됨 MessagePartDescription)
MemberInfo

메시지 파트의 멤버 정보를 가져오거나 설정합니다.

(다음에서 상속됨 MessagePartDescription)
Multiple

메시지 파트가 메시지에서 두 번 이상 발생할 수 있는지 여부를 제어하는 값을 가져오거나 설정합니다.

(다음에서 상속됨 MessagePartDescription)
MustUnderstand

SOAP 1.1 및 1.2 사양에 따라 헤더를 이해해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

Name

메시지 파트의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 MessagePartDescription)
Namespace

메시지 파트의 네임스페이스를 가져오거나 설정합니다.

(다음에서 상속됨 MessagePartDescription)
ProtectionLevel

메시지 파트의 ProtectionLevel 값을 가져오거나 설정합니다.

(다음에서 상속됨 MessagePartDescription)
Relay

헤더를 릴레이할지 여부를 나타내는 값을 가져옵니다.

Type

메시지 파트의 형식을 가져오거나 설정합니다.

(다음에서 상속됨 MessagePartDescription)
TypedHeader

메시지 헤더가 메시지 계약 헤더인지 여부를 나타내는 값을 가져오거나 설정합니다.

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상