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