Share via


TcpConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint Property

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

Gets or sets the maximum number of outbound connections for each endpoint that is cached in the connection pool.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel.NetTcp (in System.ServiceModel.NetTcp.dll)

Syntax

'Declaration
Public Property MaxOutboundConnectionsPerEndpoint As Integer
public int MaxOutboundConnectionsPerEndpoint { get; set; }

Property Value

Type: System.Int32
The maximum number of allowed outbound connections for each endpoint that is cached in the connection pool. The default value is 10.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The value is less than or equal to zero.

Remarks

This limits the number of connections that are cached for each unique remote endpoint. If this value is exceeded by having more active client connections, then the service might appear unresponsive to the client and this value should be adjusted to exceed the maximum number of expected connections that are cached for each unique remote endpoint.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.