Start() public method

public Start ( ) : void
return void
 public void Setup()
 {
     endpoint = new IPEndPoint(IPAddress.Loopback, 55652);
     listener = new SocketListener(endpoint);
     listener.Start();
     System.Threading.Thread.Sleep(100);
 }