4 references to KeepAliveInterval
System.Net.Quic (4)
System\Net\Quic\Internal\MsQuicConfiguration.cs (3)
151
if (options.
KeepAliveInterval
!= TimeSpan.Zero)
154
settings.KeepAliveIntervalMs = options.
KeepAliveInterval
!= Timeout.InfiniteTimeSpan
155
? (uint)options.
KeepAliveInterval
.TotalMilliseconds
System\Net\Quic\QuicConnectionOptions.cs (1)
159
ValidateTimeSpan(argumentName,
KeepAliveInterval
);