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