Example #1
0
		public AspNetRequestContext (
			AspNetReplyChannel channel,
			Message msg, HttpContext ctx)
			: base (channel, msg)
		{
			this.channel = channel;
			this.ctx = ctx;
		}
 public AspNetRequestContext(
     AspNetReplyChannel channel,
     Message msg, HttpContext ctx)
     : base(channel, msg)
 {
     this.channel = channel;
     this.ctx     = ctx;
 }