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();
		}