C# Class Kazuki.Net.HttpServer.CometInfo

Show file Open project: kazuki/httpserver Class Usage Examples

Public Methods

Method Description
CheckTimeout ( System.DateTime now ) : bool
CometInfo ( WaitHandle waitHandle, IHttpRequest req, HttpResponseHeader res, object ctx, System.DateTime timeout, CometHandler handler ) : System

Method Details

CheckTimeout() public method

public CheckTimeout ( System.DateTime now ) : bool
now System.DateTime
return bool

CometInfo() public method

public CometInfo ( WaitHandle waitHandle, IHttpRequest req, HttpResponseHeader res, object ctx, System.DateTime timeout, CometHandler handler ) : System
waitHandle System.Threading.WaitHandle
req IHttpRequest
res HttpResponseHeader
ctx object
timeout System.DateTime
handler CometHandler
return System