Пример #1
0
 internal HttpListenerRequest(HttpListenerContext context)
 {
     this.context = context;
     headers      = new WebHeaderCollection();
     version      = HttpVersion.Version10;
 }