예제 #1
0
파일: AsyncSocket.cs 프로젝트: hostar/xmpp
 public AsyncSocket()
 {
     wait = new EventWaitHandle(false, EventResetMode.AutoReset);
     _destinationAddress = new Address();
 }
예제 #2
0
 public AsyncSocket()
 {
     _destinationAddress = new Address();
 }
예제 #3
0
 public AsyncSocket()
 {
     _destinationAddress = new Address();
     ProtocolState.Events.OnSend += Events_OnSend;
 }