RealTimeEndpoint.DefaultSipEndpointConnectionManager Property
Get the default connection manager for SipEndpoint. This can be null if it was never used. This connection manager is used if SipEndpoint 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 DefaultSipEndpointConnectionManager As RealTimeClientConnectionManager
Get
Friend Set
'Usage
Dim value As RealTimeClientConnectionManager
value = RealTimeEndpoint.DefaultSipEndpointConnectionManager
public static RealTimeClientConnectionManager DefaultSipEndpointConnectionManager { get; internal set; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeClientConnectionManager