Muokkaa

Jaa


QuicConnectionOptions.KeepAliveInterval Property

Definition

Gets or sets the interval at which PING frames are sent on the connection.

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

Property Value

The interval at which PING frames are sent on the connection. The default value is InfiniteTimeSpan, which means PING frames are never sent.

Remarks

A value of Zero means use the underlying implementation default timeout.

Applies to