Partilhar via


SocketsHttpHandlerOptions.PooledConnectionIdleTimeout Property

Definition

Gets or sets how long a connection can be idle in the pool to be considered reusable.

public:
 property TimeSpan PooledConnectionIdleTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan PooledConnectionIdleTimeout { get; set; }
member this.PooledConnectionIdleTimeout : TimeSpan with get, set
Public Property PooledConnectionIdleTimeout As TimeSpan

Property Value

The default value is 3 minutes.

Applies to