Transmission.EndpointAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Address of the endpoint to which transmission will be sent.
public:
property Uri ^ EndpointAddress { Uri ^ get(); };
public Uri EndpointAddress { get; }
member this.EndpointAddress : Uri
Public ReadOnly Property EndpointAddress As Uri