MessageFault.IsMustUnderstandFault 属性

定义

获取一个值,该值指示此错误是否是由于识别 SOAP 标头失败而造成的。Gets a value indicating whether this fault was caused by the failure to understand a SOAP header.

public:
 property bool IsMustUnderstandFault { bool get(); };
public bool IsMustUnderstandFault { get; }
member this.IsMustUnderstandFault : bool
Public ReadOnly Property IsMustUnderstandFault As Boolean

属性值

Boolean

如果此错误是由于识别 SOAP 标头失败而造成的,则为 true;否则为 falsetrue if this fault was caused by the failure to understand a SOAP header; otherwise, false. 默认值为 falseThe default is false.

适用于