Condividi tramite


AddressingHeaders Constructor ()

Initializes a new instance of the AddressingHeaders class using default values.

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

Usage

'Usage
Dim addressingHeaders1 As New AddressingHeaders()

Syntax

'Declaration
Public Sub New()
public AddressingHeaders();
public:
AddressingHeaders();
public AddressingHeaders();
public function AddressingHeaders();

Remarks

The From property is set to the anonymous role URI defined by WS-Addressing ("https://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous"), and the MessageID property is set to a new GUID. All other properties are set to null .

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