Share via


MessageHeader.MustUnderstand 속성

정의

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

public:
 virtual property bool MustUnderstand { bool get(); };
public override bool MustUnderstand { get; }
member this.MustUnderstand : bool
Public Overrides ReadOnly Property MustUnderstand As Boolean

속성 값

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

설명

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

적용 대상