Guest User

Untitled

a guest
Jun 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Socket = new System.Net.Sockets.Socket(System.Net.Sockets.AddressFamily.InterNetwork,
  2. System.Net.Sockets.SocketType.Raw,
  3. System.Net.Sockets.ProtocolType.Icmp);
Add Comment
Please, Sign In to add comment