PersistentChatEndpoint.InnerEndpoint Property

Definition

Gets the inner endpoint which provides a conduit for delivery of messages between this client and the persistent chat servers.

public:
 property Microsoft::Rtc::Collaboration::LocalEndpoint ^ InnerEndpoint { Microsoft::Rtc::Collaboration::LocalEndpoint ^ get(); };
public Microsoft.Rtc.Collaboration.LocalEndpoint InnerEndpoint { get; }
member this.InnerEndpoint : Microsoft.Rtc.Collaboration.LocalEndpoint
Public ReadOnly Property InnerEndpoint As LocalEndpoint

Property Value

The inner endpoint.

Applies to