LocalEndpoint.EndpointUri 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 URI of the endpoint.
public:
property System::String ^ EndpointUri { System::String ^ get(); };
public string EndpointUri { get; }
member this.EndpointUri : string
Public ReadOnly Property EndpointUri As String
Property Value
Remarks
Note that the endpoint URI is used to communicate with this specific endpoint and cannot be used to communicate with another endpoint of the current endpoint owner.