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 unsafe SocketConfig GetSocketConfig(IPAddress address, byte[] buffer, int timeout, PingOptions? options) 61private static Socket GetRawSocket(SocketConfig socketConfig) 127SocketConfig socketConfig, byte[] receiveBuffer, int bytesReceived, long startingTimestamp, ref int ipHeaderLength, 252SocketConfig socketConfig = GetSocketConfig(address, buffer, timeout, options); 324SocketConfig socketConfig = GetSocketConfig(address, buffer, timeout, options);