示例#1
0
 public void OnConnectionClosed(Exception ex)
 {
     _handler = null;
 }
示例#2
0
 public HttpConnectionContext()
 {
     _handler = new THandlerInner();
 }
示例#3
0
 public void Abort(Exception ex)
 {
     _handler = null;
 }