AddressingHeaders Constructor ()
Initializes a new instance of the AddressingHeaders class using default values.
Namespace: Microsoft.Web.Services2.Addressing
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.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 Longhorn, and Windows 2000
Target Platforms
Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
See Also
Reference
AddressingHeaders Class
Microsoft.Web.Services2.Addressing Namespace