ConnectionPool Members

Represents a connection pool.

The ConnectionPool type exposes the following members.

Properties

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

Top

Methods

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

Top

Events

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

Top

See Also

Reference

ConnectionPool Class

Microsoft.Rtc.Signaling Namespace