Partilhar via


SocketsHttpHandlerOptions.KeepAlivePingTimeout Property

Definition

Gets or sets the keep alive ping timeout.

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

Property Value

The default value is 30 seconds.

Applies to