다음을 통해 공유


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

생성자

MessageHeaderDescription(String, String)

지정한 정규화 이름을 가진 MessageHeaderDescription 클래스의 새 인스턴스를 초기화합니다.

속성

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

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

메서드

Equals(Object)

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

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

기본 해시 함수로 작동합니다.

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상