1 instantiation of SocketConfig
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.RawSocket.cs (1)
51
return new
SocketConfig
(
5 references to SocketConfig
System.Net.Ping (5)
System\Net\NetworkInformation\Ping.RawSocket.cs (5)
24
private static unsafe
SocketConfig
GetSocketConfig(IPAddress address, byte[] buffer, int timeout, PingOptions? options)
61
private static Socket GetRawSocket(
SocketConfig
socketConfig)
127
SocketConfig
socketConfig, byte[] receiveBuffer, int bytesReceived, long startingTimestamp, ref int ipHeaderLength,
252
SocketConfig
socketConfig = GetSocketConfig(address, buffer, timeout, options);
324
SocketConfig
socketConfig = GetSocketConfig(address, buffer, timeout, options);