The ConnectionPooltype exposes the following members.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetConnections
Gets the list of connections currently in this connection pool.
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString
Converts to a string representation of the instance.
(Overrides ObjectToString () () () .)

Properties

  Name Description
ConnectionManager
Gets the connection manager for this pool.
Count
Get the number of connections currently in the pool.
HostName
Gets the host name for this pool.
MaximumNumberOfConnections
Gets or sets the pool size. This indicates the maximum number of connections desired in the pool.
Port
Gets the remote port.
ProtocolName
Gets the protocol, TCP or TLS.

Events

  Name Description
ConnectionAdded
Raised when the connection is added to the pool.
ConnectionRemoved
Raised when the connection is removed from the pool.

See Also