public AspNetHttpContextInfo(SvcHttpHandler handler, HttpContext ctx) { this.ctx = ctx; this.handler = handler; this.request = new AspNetHttpRequestInfo(ctx.Request); this.response = new AspNetHttpResponseInfo(ctx.Response); }
public AspNetHttpContextInfo (SvcHttpHandler handler, HttpContext ctx) { this.ctx = ctx; this.handler = handler; this.request = new AspNetHttpRequestInfo (ctx.Request); this.response = new AspNetHttpResponseInfo (ctx.Response); }