Condividi tramite


AddressingHeaders.Defaults Method

Sets all members to their default values.

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

Usage

'Usage
Dim addressingHeaders1 As AddressingHeaders
addressingHeaders1.Defaults()

Syntax

'Declaration
Public Sub Defaults()
public void Defaults();
public:
void Defaults();
public void Defaults();
public function Defaults() : Void;

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 .

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