Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

QuicConnectionOptions.KeepAliveInterval Property

Definition

Namespace:
System.Net.Quic
Assembly:
System.Net.Quic.dll
Source:
QuicConnectionOptions.cs
Source:
QuicConnectionOptions.cs
Source:
QuicConnectionOptions.cs

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 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


Feedback

Was this page helpful?