Exemplo n.º 1
0
 public HttpContext(HttpRequest httpRequest, HttpResponseChannel responseChannel, CancellationToken token)
 {
     _httpRequest = httpRequest;
     _responseChannel = responseChannel;
     _token = token;
 }