Exemplo n.º 1
0
 void ReceiveCompleted()
 {
     pendingIncomingDataNotifierState.SetValue(RUNNING, NOTRUNNING);
     if (isConnectDone())
     {
         wakeupCnxn();
     }
 }
Exemplo n.º 2
0
 void ReceiveCompleted()
 {
     pendingIncomingDataNotifierState.SetValue(RUNNING, NOTRUNNING);
     wakeupCnxn();
 }
Exemplo n.º 3
0
 void ConnectAsyncCompleted(object sender, SocketAsyncEventArgs eventArgs)
 {
     connectingState.SetValue(CONNECTING, PENDINGCONNECTASYNC);
     wakeupCnxn();
 }