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