RemObjects.InternetPack.Http.AsyncHttpContext.AsyncHttpContext C# (CSharp) Method

AsyncHttpContext() public method

public AsyncHttpContext ( AsyncHttpWorker worker ) : System
worker AsyncHttpWorker
return System
		public AsyncHttpContext(AsyncHttpWorker worker)
		{
			this.fWorker = worker;
			this.fCurrentRequest = new AsyncHttpRequest();
			this.fCurrentResponse = new HttpServerResponse();
		}