共用方式為


MustUnderstandBehavior(Boolean) 建構函式

定義

使用指定的值初始化 MustUnderstandBehavior 類別的新執行個體。

public:
 MustUnderstandBehavior(bool validate);
public MustUnderstandBehavior (bool validate);
new System.ServiceModel.Description.MustUnderstandBehavior : bool -> System.ServiceModel.Description.MustUnderstandBehavior
Public Sub New (validate As Boolean)

參數

validate
Boolean

此值會指定是否要強制驗證 mustUnderstand 標頭。

備註

false 當做 validate 參數傳遞至此建構函式,可以防止執行階段在下列情況擲回例外狀況:執行階段在訊息中發現 System.ServiceModel.Channels.MessageHeader,且此訊息的 MessageHeader.MustUnderstand 屬性為 true,但標頭不在訊息的 MessageHeaders.UnderstoodHeaders 屬性中。

適用於