public HttpHandlingTask(IHttpHandler handler, HttpListenerContext context, long beginTime) { this.handler = (IHttpHandler)handler.Clone(); this.context = context; this.beginTime = beginTime; }