Share via


ConnectionPool Members

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Represents a connection pool.

The following tables list the members exposed by the ConnectionPool type.

Public Properties

Name Description
Bb758990.pubproperty(en-us,office.12).gif ConnectionManager Gets the connection manager for this pool.
Bb758990.pubproperty(en-us,office.12).gif Count Get the number of connections currently in the pool.
Bb758990.pubproperty(en-us,office.12).gif HostName Gets the host name for this pool.
Bb758990.pubproperty(en-us,office.12).gif MaximumNumberOfConnections Gets or sets the pool size.
Bb758990.pubproperty(en-us,office.12).gif Port Gets the remote port.
Bb758990.pubproperty(en-us,office.12).gif ProtocolName Gets the protocol, TCP or TLS.

Top

Public Methods

(see also Protected Methods )

Name Description
Bb758990.pubmethod(en-us,office.12).gif Equals Overloaded. (inherited from Object )
Bb758990.pubmethod(en-us,office.12).gif GetConnections Gets the list of connections currently in this connection pool.
Bb758990.pubmethod(en-us,office.12).gif GetHashCode (inherited from Object )
Bb758990.pubmethod(en-us,office.12).gif GetType (inherited from Object )
Bb758990.pubmethod(en-us,office.12).gif Bb758990.static(en-us,office.12).gif ReferenceEquals (inherited from Object )
Bb758990.pubmethod(en-us,office.12).gif ToString Overridden. Gets a string representation of the instance.

Top

Protected Methods

Name Description
Bb758990.protmethod(en-us,office.12).gif Finalize (inherited from Object )
Bb758990.protmethod(en-us,office.12).gif MemberwiseClone (inherited from Object )

Top

Public Events

Name Description
Bb758990.pubevent(en-us,office.12).gif ConnectionAdded Raised when the connection is added to the pool.
Bb758990.pubevent(en-us,office.12).gif ConnectionRemoved Raised when the connection is removed from the pool.

Top

See Also

Reference

ConnectionPool Class
Microsoft.Rtc.Signaling Namespace