Partager via


SoapHelper.GetAction Method (AddressingHeaders)

Gets a string value that is the action attribute in the XML Soap message from the specified addressing header.

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim addressing As AddressingHeaders
Dim returnValue As String
returnValue = SoapHelper.GetAction(addressing)

Syntax

'Declaration
Overloads Public Shared Function GetAction( _
    ByVal addressing As AddressingHeaders _
) As String
public static string GetAction(
    AddressingHeaders addressing
);
public:
static String^ GetAction(
    AddressingHeaders^ addressing
);
public static System.String GetAction(
    AddressingHeaders addressing
);
public static function GetAction(
     addressing : AddressingHeaders
) : String;

Parameters

  • addressing

Return Value

A string that is the action attribute value from the supplied addressing header

Remarks

This method adds "" to the string read from the addressing action header

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SoapHelper Class
SoapHelper Members
Microsoft.Web.Services3 Namespace