This topic has not yet been rated - Rate this topic

ConnectionPool Class

Represents a connection pool.

System..::..Object
  Microsoft.Rtc.Signaling..::..ConnectionPool

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
public class ConnectionPool

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.