1 write to Type
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.RawSocket.cs (1)
56Type = ipv4 ? (byte)IcmpV4MessageType.EchoRequest : (byte)IcmpV6MessageType.EchoRequest,
1 reference to Type
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.RawSocket.cs (1)
150type = receivedHeader.Type;