Share via


TransportAddress Property

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

Gets the address for the transport binding.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

TransportBindingElement Class

Ws.Services.Binding Namespace