コード例 #1
0
 public HttpHandlingTask(IHttpHandler handler, HttpListenerContext context, long beginTime)
 {
     this.handler   = (IHttpHandler)handler.Clone();
     this.context   = context;
     this.beginTime = beginTime;
 }