SoapException.IsMustUnderstandFaultCode(XmlQualifiedName) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether the SOAP fault code is equivalent to MustUnderstand
regardless of the version of the SOAP protocol used.
public:
static bool IsMustUnderstandFaultCode(System::Xml::XmlQualifiedName ^ code);
public static bool IsMustUnderstandFaultCode(System.Xml.XmlQualifiedName code);
static member IsMustUnderstandFaultCode : System.Xml.XmlQualifiedName -> bool
Public Shared Function IsMustUnderstandFaultCode (code As XmlQualifiedName) As Boolean
- code
- XmlQualifiedName
An XmlQualifiedName that contains a SOAP fault code.
true
if code
is equivalent to the MustUnderstand
SOAP fault code; otherwise, false
.
Recipients of a SoapException can use this method to determine whether the Code property is functionally equivalent to the MustUnderstand
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 MustUnderstand
SOAP fault code defined in SOAP version 1.1, which is represented by the SoapException.MustUnderstandFaultCode field. SOAP 1.2 names the fault code the same; however it is scoped by a different XML namespace and is represented by the Soap12FaultCodes.MustUnderstandFaultCode field.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: