Share via


AddressingHeaders.Destination Property

Gets or sets the address of the intended receiver of a SOAP message.

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

Usage

'Usage
Dim addressingHeaders1 As AddressingHeaders

Dim returnValue As EndpointReference
returnValue = addressingHeaders1.Destination

Dim sampleValue As EndpointReference
addressingHeaders1.Destination = sampleValue

Syntax

'Declaration
Public Property Destination() As EndpointReference
public EndpointReference Destination {get; set;}
public:
property EndpointReference^ Destination {
    EndpointReference^ get();
    void set(EndpointReference^ value);
}
public EndpointReference get_Destination();
public void set_Destination(EndpointReference);
public function get Destination() : EndpointReference;
public function set Destination(EndpointReference);

Property Value

An EndpointReference representing the intended receiver of a SOAP message.

Remarks

For a complete description of the <Destination> element, see the WS-Addressing specification (https://msdn.microsoft.com/library/en-us/dnglobspec/html/ws-addressing.asp).

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