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

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
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; }

Property Value

Type: Microsoft.Rtc.Collaboration . . :: . . LocalEndpoint

The inner endpoint.

See Also