RemObjects.InternetPack.Http.AsyncHttpContext.AsyncHttpContext C# (CSharp) Метод

AsyncHttpContext() публичный Метод

public AsyncHttpContext ( AsyncHttpWorker worker ) : System
worker AsyncHttpWorker
Результат System
		public AsyncHttpContext(AsyncHttpWorker worker)
		{
			this.fWorker = worker;
			this.fCurrentRequest = new AsyncHttpRequest();
			this.fCurrentResponse = new HttpServerResponse();
		}