SocketsHttpHandlerOptions.KeepAlivePingTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.