Example #1
0
 public EndPoinEventArgs(EndPoint command, Socket connection)
 {
     Command = command;
     Connection = connection;
     Connection.SendTimeout = 5000;
 }
Example #2
0
 public EndPoinEventArgs(EndPoint command)
 {
     Command = command;
 }