EndpointAddress Property

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

Gets the endpoint address for the transport binding.

Namespace:  Ws.Services.Binding
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Property EndpointAddress As Uri
public Uri EndpointAddress { get; set; }
public:
property Uri^ EndpointAddress {
    Uri^ get ();
    void set (Uri^ value);
}
member EndpointAddress : Uri with get, set
function get EndpointAddress () : Uri
function set EndpointAddress (value : Uri)

Property Value

Type: System. . :: . .Uri
The transport binding endpoint address.

.NET Framework Security

See Also

Reference

TransportBindingElement Class

Ws.Services.Binding Namespace