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면 수신자가 메시지 헤더를 무시하고 처리를 계속할 수 있습니다.

적용 대상