EndpointReference.Address Property

Gets or sets the address for the endpoint.

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

Usage

'Usage
Dim endpointReference1 As EndpointReference

Dim returnValue As Address
returnValue = endpointReference1.Address

Dim sampleValue As Address
endpointReference1.Address = sampleValue

Syntax

'Declaration
Public Property Address() As Address
public Address Address {get; set;}
public:
property Address^ Address {
    Address^ get();
    void set(Address^ value);
}
public Address get_Address();
public void set_Address(Address);
public function get Address() : Address;
public function set Address(Address);

Property Value

The Address for the endpoint.

Exceptions

Exception type Condition
ArgumentNullException

address is set to null.

Remarks

If a SOAP message is sent using SOAP Messaging, the response to the SOAP message is sent according to the following rules:

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

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