Example #1
0
 public HttpResponse()
 {
     Headers = new HttpHeaderCollection();
 }
Example #2
0
 public HttpRequest()
 {
     Headers = new HttpHeaderCollection();
 }