public AsyncSocket() { wait = new EventWaitHandle(false, EventResetMode.AutoReset); _destinationAddress = new Address(); }
public AsyncSocket() { _destinationAddress = new Address(); }
public AsyncSocket() { _destinationAddress = new Address(); ProtocolState.Events.OnSend += Events_OnSend; }