Exemplo n.º 1
0
 public RequestEventArgs(Request command, Socket connection, NetDuinoUtils.Utils.HelperClass.ReturnType returntype)
 {
     Command = command.ReqEndPoint;
     Connection = connection;
     Connection.SendTimeout = 5000;
     ReturnType = returntype;
 }
Exemplo n.º 2
0
 public RequestEventArgs(Request command)
 {
     Command = command.ReqEndPoint;
     ReturnType = NetDuinoUtils.Utils.HelperClass.ReturnType.HTML;
 }