public HttpContextImpl(IHttpChannel channel, HttpServerSettings settings) { ServerSettings = settings; _request = new HttpRequestImpl(this, channel, settings); _response = new HttpResponseImpl(channel); }
public HttpContextImpl(IHttpChannel channel, HttpServerSettings settings) { _request = new HttpRequestImpl(this, channel, settings); _response = new HttpResponseImpl(channel); }