示例#1
0
 void StartRequest()
 {
     _httpStatus = new HttpStatus();
     _headers.Clear();
 }
 private void StartRequest()
 {
     this._httpStatus = new HttpStatus();
     this._headers.Clear();
 }