Share via


EndpointAddress Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

A URN:UUID used by the transport services to locate this client. This property represents the endpoint reference address of a client. This stack supports URN:UUID endpoint addresses only.

Namespace:  Dpws.Client
Assembly:  MFDpwsClient (in MFDpwsClient.dll)

Syntax

'Declaration
Public Property EndpointAddress As String
public string EndpointAddress { get; set; }
public:
virtual property String^ EndpointAddress {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract EndpointAddress : string with get, set
override EndpointAddress : string with get, set
final function get EndpointAddress () : String
final function set EndpointAddress (value : String)

Property Value

Type: System. . :: . .String
The URN:UUID of the endpoint reference address.

Implements

IWsServiceEndpoint. . :: . .EndpointAddress

Remarks

This property contains a unique endpoint reference address. The message dispatcher uses this address to route messages to methods implemented in a client at this address. The combined base transport address (http://ip_address:port/) and this property equals the Header.To property of messages directed to this client.

.NET Framework Security

See Also

Reference

DpwsClient Class

Dpws.Client Namespace