Represents a connection pool.
The following tables list the members exposed by the ConnectionPool type.
Public 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. | |
Port | Gets the remote port. | |
ProtocolName | Gets the protocol, TCP or TLS. |
Public Methods (see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetConnections | Gets the list of connections currently in this connection pool. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Gets a string representation of the instance. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Public Events
Name | Description | |
---|---|---|
ConnectionAdded | Raised when the connection is added to the pool. | |
ConnectionRemoved | Raised when the connection is removed from the pool. |