public AsyncHttpContext(AsyncHttpWorker worker) { this.fWorker = worker; this.fCurrentRequest = new AsyncHttpRequest(); this.fCurrentResponse = new HttpServerResponse(); }
protected internal virtual AsyncHttpContext NewContext(AsyncHttpWorker worker) { return(new AsyncHttpContext(worker)); }
protected internal virtual AsyncHttpContext NewContext(AsyncHttpWorker worker) { return new AsyncHttpContext(worker); }