Exemplo n.º 1
0
 public CometInfo(WaitHandle waitHandle, IHttpRequest req, HttpResponseHeader res, object ctx, DateTime timeout, CometHandler handler)
 {
     _waitHandle = waitHandle;
     _connection = null;
     _req        = req;
     _res        = res;
     _ctx        = ctx;
     _timeout    = timeout;
     _handler    = handler;
 }
Exemplo n.º 2
0
 public CometInfo(WaitHandle waitHandle, IHttpRequest req, HttpResponseHeader res, object ctx, DateTime timeout, CometHandler handler)
 {
     _waitHandle = waitHandle;
     _connection = null;
     _req = req;
     _res = res;
     _ctx = ctx;
     _timeout = timeout;
     _handler = handler;
 }