2 references to VersionMismatchFaultCode
System.Web.Services (2)
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
189return Soap12FaultCodes.VersionMismatchFaultCode;
System\Web\Services\Protocols\SoapException.cs (1)
78return code == VersionMismatchFaultCode || code == Soap12FaultCodes.VersionMismatchFaultCode;