Advertisement
Deathlag

1

Aug 25th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.49 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using System.Net.NetworkInformation;
  7. using System.IO;
  8. using System.Net.Sockets;
  9. using System.Net;
  10. using System.IO.Ports;
  11. using System.CodeDom.Compiler;
  12. using Microsoft.CSharp;
  13. using System.Reflection;
  14. using System.Threading;
  15.  
  16.  
  17. namespace Client
  18. {
  19.     class Program
  20.     {
  21.         static void Main(string[] args)
  22.         {
  23.             IPAddress ip = IPAddress.Parse("
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement