4 references to ToTimeoutMilliseconds
System.Net.Ping (4)
System\Net\NetworkInformation\Ping.cs (4)
448Send(address, ToTimeoutMilliseconds(timeout), buffer ?? DefaultSendBuffer, options); 480PingOptions? options = null) => Send(hostNameOrAddress, ToTimeoutMilliseconds(timeout), buffer ?? DefaultSendBuffer, options); 585return SendPingAsync(address, ToTimeoutMilliseconds(timeout), buffer ?? DefaultSendBuffer, options, cancellationToken); 628return SendPingAsync(hostNameOrAddress, ToTimeoutMilliseconds(timeout), buffer ?? DefaultSendBuffer, options, cancellationToken);