Ejemplo n.º 1
0
 /// <summary>
 /// 构造方法
 /// </summary>
 public ServerPushHandler(HttpContext context, ServerPushResult _IAsyncResult)
 {
     this.m_Context = context;
     this._IAsyncResult = _IAsyncResult;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 构造方法
 /// </summary>
 public ServerPushHandler(HttpContext context, ServerPushResult _IAsyncResult)
 {
     this.m_Context     = context;
     this._IAsyncResult = _IAsyncResult;
 }