2 references to MustUnderstandFaultCode
System.Web.Services (2)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
155
return SoapException.
MustUnderstandFaultCode
;
System\Web\Services\Protocols\SoapException.cs (1)
83
return code ==
MustUnderstandFaultCode
|| code == Soap12FaultCodes.MustUnderstandFaultCode;