public void OnConnectionClosed(Exception ex) { _handler = null; }
public HttpConnectionContext() { _handler = new THandlerInner(); }
public void Abort(Exception ex) { _handler = null; }