Exemplo n.º 1
0
 public void OnConnectionClosed(Exception ex)
 {
     _handler = null;
 }
Exemplo n.º 2
0
 public HttpConnectionContext()
 {
     _handler = new THandlerInner();
 }
Exemplo n.º 3
0
 public void Abort(Exception ex)
 {
     _handler = null;
 }