Example #1
0
 void Connect()
 {
     if (!Connected && !Connecting)
     {
         Connecting = true;
         es.BeginConnect(ConnectCallback);
     }
 }