SocketConnectionPoolSettings.LeaseTimeout Property

Definition

Gets or sets the time span after which an active connection is closed.

public TimeSpan LeaseTimeout { get; set; }
member this.LeaseTimeout : TimeSpan with get, set
Public Property LeaseTimeout As TimeSpan

Property Value

The duration after which the socket connection is closed.

Applies to