internal HttpData()
 {
     Parameters = new HttpParameterList();
     Files = new HttpFileList();
 }
Example #2
0
 internal HttpData()
 {
     Parameters = new HttpParameterList();
     Files      = new HttpFileList();
 }
Example #3
0
 public HttpData()
 {
     Parameters = new HttpParameterList();
     Files = new HttpFileList();
 }
Example #4
0
 public HttpData()
 {
     Parameters = new HttpParameterList();
     Files      = new HttpFileList();
 }