Represents a connection pool. Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)

Syntax

Remarks

Each pool is identified by a destination tuple that consists of the host name, the listening port of that host, and the transport type (TCP or TLS). The pool consists of zero or more connections at any time and can grow to a maximum number of connections set by the application. The connection pool only represents outgoing connections and is not used to represent incoming connections because they are not used for pooling.


Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Signaling.ConnectionPool

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also