RealTimeConnection.ConnectionPool 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.
Gets the connection pool for this connection. This can be null if the connection does not belong to a pool. For example, incoming connections do not belong to a pool.
public:
property Microsoft::Rtc::Signaling::ConnectionPool ^ ConnectionPool { Microsoft::Rtc::Signaling::ConnectionPool ^ get(); };
public Microsoft.Rtc.Signaling.ConnectionPool ConnectionPool { get; }
member this.ConnectionPool : Microsoft.Rtc.Signaling.ConnectionPool
Public ReadOnly Property ConnectionPool As ConnectionPool