Exemple #1
0
 public HttpStandaloneContextInfo(HttpListenerContext ctx)
 {
     this.ctx = ctx;
     request  = new HttpStandaloneRequestInfo(ctx.Request);
     response = new HttpStandaloneResponseInfo(ctx.Response);
 }
Exemple #2
0
		public HttpStandaloneContextInfo (HttpListenerContext ctx)
		{
			this.ctx = ctx;
			request = new HttpStandaloneRequestInfo (ctx.Request);
			response = new HttpStandaloneResponseInfo (ctx.Response);
		}