RealTimeEndpoint.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:
virtual property System::String ^ EndpointUri { System::String ^ get(); };
public virtual string EndpointUri { get; }
member this.EndpointUri : string
Public Overridable 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.