DefaultPeerToPeerEndpointConnectionManager Property

Get the default connection manager for [SipPeerToPeerEndpoint].

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

Remarks

This can be nullNothingnullptrunita null reference (Nothing in Visual Basic) 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.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace