Exemplo n.º 1
0
 public EndPoinEventArgs(EndPoint command, Socket connection)
 {
     Command = command;
     Connection = connection;
     Connection.SendTimeout = 5000;
 }
Exemplo n.º 2
0
 public EndPoinEventArgs(EndPoint command, Socket connection)
 {
     Command                = command;
     Connection             = connection;
     Connection.SendTimeout = 5000;
 }
Exemplo n.º 3
0
 public EndPoinEventArgs(EndPoint command)
 {
     Command = command;
 }
Exemplo n.º 4
0
 public EndPoinEventArgs(EndPoint command)
 {
     Command = command;
 }