Share via


AddressingHeaders.Load Method

Parses the specified SOAP envelope for addressing headers and assigns their values to the corresponding properties of the AddressingHeaders object.

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

Usage

'Usage
Dim envelope As SoapEnvelope
Dim addressingHeaders1 As AddressingHeaders
addressingHeaders1.Load(envelope)

Syntax

'Declaration
Public Sub Load( _
    ByVal envelope As SoapEnvelope _
)
public void Load(
    SoapEnvelope envelope
);
public:
void Load(
    SoapEnvelope^ envelope
);
public void Load(
    SoapEnvelope envelope
);
public function Load(
     envelope : SoapEnvelope
) : Void;

Parameters

  • envelope
    The SoapEnvelope to parse for addressing headers.

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

AddressingHeaders Class
AddressingHeaders Members
Microsoft.Web.Services3.Addressing Namespace