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