8 references to SafeCloseIcmpHandle
System (8)
net\System\Net\NetworkInformation\ping.cs (2)
46SafeCloseIcmpHandle handlePingV4 = null; 47SafeCloseIcmpHandle handlePingV6 = null;
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (6)
647internal extern static SafeCloseIcmpHandle IcmpCreateFile(); 650internal extern static SafeCloseIcmpHandle Icmp6CreateFile (); 656internal extern static uint IcmpSendEcho2 (SafeCloseIcmpHandle icmpHandle, SafeWaitHandle Event, IntPtr apcRoutine, IntPtr apcContext, 660internal extern static uint IcmpSendEcho2 (SafeCloseIcmpHandle icmpHandle, IntPtr Event, IntPtr apcRoutine, IntPtr apcContext, 664internal extern static uint Icmp6SendEcho2 (SafeCloseIcmpHandle icmpHandle, SafeWaitHandle Event, IntPtr apcRoutine, IntPtr apcContext, 668internal extern static uint Icmp6SendEcho2 (SafeCloseIcmpHandle icmpHandle, IntPtr Event, IntPtr apcRoutine, IntPtr apcContext,