Example #1
0
 public void method_1(IAsyncResult iasyncResult_0)
 {
     try
     {
         if (!this.bool_0)
         {
             this.socket_0.EndSend(iasyncResult_0);
             SockClienT sockClienT = this;
             this.socket_0.BeginReceive((iasyncResult_0.AsyncState as SockClienT).byte_0, 0, (int)(iasyncResult_0.AsyncState as SockClienT).byte_0.Length, SocketFlags.None, new AsyncCallback(sockClienT.vmethod_0), iasyncResult_0.AsyncState);
         }
     }
     catch
     {
         this.method_0();
     }
 }
Example #2
0
        public void method_3()
        {
            SockClienT sockClienT = this;

            this.socket_0.BeginReceive(this.byte_0, 0, (int)this.byte_0.Length, SocketFlags.None, new AsyncCallback(sockClienT.vmethod_0), this);
        }