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