SocketConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint Property

Definition

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

public int MaxOutboundConnectionsPerEndpoint { get; set; }
member this.MaxOutboundConnectionsPerEndpoint : int with get, set
Public Property MaxOutboundConnectionsPerEndpoint As Integer

Property Value

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

Applies to