MustUnderstandBehavior(Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的值初始化 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 屬性中。