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