SoapException.IsMustUnderstandFaultCode Method

Returns a value that indicates whether the SOAP fault code is equivalent to MustUnderstand regardless of the version of the SOAP protocol used.

Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in system.web.services.dll)

public:
static bool IsMustUnderstandFaultCode (
	XmlQualifiedName^ code
)
public static boolean IsMustUnderstandFaultCode (
	XmlQualifiedName code
)
public static function IsMustUnderstandFaultCode (
	code : XmlQualifiedName
) : boolean
Not applicable.

Parameters

code

An XmlQualifiedName that contains a SOAP fault code.

Return Value

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.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

.NET Compact Framework

Supported in: 2.0

Community Additions

ADD
Show: