예제 #1
0
 public AdHocRepresentation(AdHocHttpHandler handler)
 {
     this.handler = handler;
 }
예제 #2
0
 public AdHocRepresentation(Action <HttpContext> process_request)
 {
     this.handler = new AdHocHttpHandler(process_request);
 }