다음을 통해 공유


MessageHeaderDescription.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

속성 값

Boolean

메시지 헤더에 대한 처리가 필수이면 true이고, 그렇지 않으면 false입니다.

적용 대상