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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.