Esempio n. 1
0
 public HttpListenerContextImpl(HttpListenerContext context)
 {
     this.context = context;
     request = new HttpListenerRequestImpl(context.Request);
     response = new HttpListenerResponseImpl(context.Response);
 }
Esempio n. 2
0
 public HttpListenerContextImpl(HttpListenerContext context)
 {
     this.context = context;
     request      = new HttpListenerRequestImpl(context.Request);
     response     = new HttpListenerResponseImpl(context.Response);
 }