public EndPointEventArgs(EndPoint command, Socket connection) { Command = command; Connection = connection; Connection.SendTimeout = 5000; }
public EndPointEventArgs(EndPoint command) { Command = command; }