RealTimeEndpoint.DefaultSipEndpointConnectionManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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