다음을 통해 공유


MessageHeader<T>.MustUnderstand 속성

정의

헤더가 SOAP 1.1/1.2 사양에 명시된 대로 인식되어야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool MustUnderstand { bool get(); void set(bool value); };
public bool MustUnderstand { get; set; }
member this.MustUnderstand : bool with get, set
Public Property MustUnderstand As Boolean

속성 값

헤더가 해석되어야 하면 true이고, 그렇지 않으면 false입니다.

설명

이 속성이 true 이고 메시지 수신자가 메시지 헤더를 해석할 수 없는 경우 메시지가 처리되지 않고 예외가 throw됩니다. 이 속성이 이 false면 수신자가 메시지 헤더를 무시하고 처리를 계속할 수 있습니다.

적용 대상