共用方式為


MustUnderstandBehavior.ValidateMustUnderstand 屬性

定義

取得或設定值,指定是否必須確保標頭可以根據 SOAP 1.1 和 1.2 規格解讀。

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

屬性值

Boolean

如果必須正確處理標頭否則便擲回錯誤,則為 true,否則為 false。 預設為 false

備註

ValidateMustUnderstand 屬性設定為 false,可以防止在下列情況擲回例外狀況:執行階段在訊息中發現 System.ServiceModel.Channels.MessageHeader,且此訊息的 MessageHeader.MustUnderstand 屬性為 true,但標頭不在訊息的 MessageHeaders.UnderstoodHeaders 屬性中。

適用於