RealTimeEndpoint.DefaultPeerToPeerEndpointConnectionManager Property
Get the default connection manager for SipPeerToPeerEndpoint. This can be null if it was never used. This connection manager is used if SipPeerToPeerEndpoint is created without passing a connection manager. The application is responsible for disposing this object when it is no longer needed.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Property DefaultPeerToPeerEndpointConnectionManager As RealTimeServerTcpConnectionManager
Get
Friend Set
'Usage
Dim value As RealTimeServerTcpConnectionManager
value = RealTimeEndpoint.DefaultPeerToPeerEndpointConnectionManager
public static RealTimeServerTcpConnectionManager DefaultPeerToPeerEndpointConnectionManager { get; internal set; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeServerTcpConnectionManager