Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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