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