TcpConnectionPoolSettings Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The TcpConnectionPoolSettings type exposes the following members.

Properties

  Name Description
Public property GroupName Gets or sets the group name of the connection pool group on the client.
Public property IdleTimeout Gets or sets the maximum time that the connection can be idle in the connection pool before being disconnected.
Public property LeaseTimeout Gets or sets the time span after which a connection in the connection pool is closed.
Public property MaxOutboundConnectionsPerEndpoint Gets or sets the maximum number of outbound connections for each endpoint that is cached in the connection pool.

Top