Example #1
0
 public RCON_Response(String Request)
 {
     this.responseTime = -1;
     this.Response = new RCON_responseInfo(Request);
     this.Success = false;
     Error = RCON_Error.REQUEST_NOT_SENT;
 }
Example #2
0
 public RCON_Response(String Request)
 {
     this.responseTime = -1;
     this.Response     = new RCON_responseInfo(Request);
     this.Success      = false;
     Error             = RCON_Error.REQUEST_NOT_SENT;
 }