Edit

Share via


RealTimeEndpoint.DefaultSipEndpointConnectionManager Property

Definition

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.

public:
 static property Microsoft::Rtc::Signaling::RealTimeClientConnectionManager ^ DefaultSipEndpointConnectionManager { Microsoft::Rtc::Signaling::RealTimeClientConnectionManager ^ get(); };
public static Microsoft.Rtc.Signaling.RealTimeClientConnectionManager DefaultSipEndpointConnectionManager { get; }
member this.DefaultSipEndpointConnectionManager : Microsoft.Rtc.Signaling.RealTimeClientConnectionManager
Public Shared ReadOnly Property DefaultSipEndpointConnectionManager As RealTimeClientConnectionManager

Property Value

Applies to