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