RealTimeEndpoint.DefaultPeerToPeerEndpointConnectionManager 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 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.
public:
static property Microsoft::Rtc::Signaling::RealTimeServerTcpConnectionManager ^ DefaultPeerToPeerEndpointConnectionManager { Microsoft::Rtc::Signaling::RealTimeServerTcpConnectionManager ^ get(); };
public static Microsoft.Rtc.Signaling.RealTimeServerTcpConnectionManager DefaultPeerToPeerEndpointConnectionManager { get; }
member this.DefaultPeerToPeerEndpointConnectionManager : Microsoft.Rtc.Signaling.RealTimeServerTcpConnectionManager
Public Shared ReadOnly Property DefaultPeerToPeerEndpointConnectionManager As RealTimeServerTcpConnectionManager