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