Returns a value that indicates whether the SOAP fault code is equivalent to the Client SOAP fault code regardless of the version of the SOAP protocol used.
- code
- An System.Xml.XmlQualifiedName that contains a SOAP fault code.
true if code is equivalent to the Client SOAP fault code; otherwise, false.
Recipients of a System.Web.Services.Protocols.SoapException can use this method to determine whether the SoapException.Code property is functionally equivalent to the Client SOAP fault code defined in SOAP 1.1 regardless of the version of the SOAP protocol used. Versions of the SOAP protocol later than 1.1 might use different names or namespaces for the Client SOAP fault code defined in SOAP version 1.1, which is represented by the SoapException.ClientFaultCode field. SOAP 1.2 names the fault code Sender, which is represented by the Soap12FaultCodes.SenderFaultCode field.