Gets the inner endpoint which provides a conduit for delivery of messages between this client and the group chat servers.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property InnerEndpoint As LocalEndpoint Get Private Set |
Visual Basic (Usage) |
---|
Dim instance As GroupChatEndpoint Dim value As LocalEndpoint value = instance. InnerEndpoint |
C# |
---|
public LocalEndpoint InnerEndpoint { get; private set; } |