QuicConnectionOptions.KeepAliveInterval Property

Definition

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

C#
public TimeSpan KeepAliveInterval { get; set; }

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

Product Versions
.NET 9, 10