示例#1
0
 public override void OnClosed()
 {
     if (_targetConnection.CurrentSession.State == TcpSocketConnectionState.Closed)
     {
         return;
     }
     _targetConnection.CloseSession();
     ListByteBuffer.Clear();
 }
 public override void OnClosed()
 {
     _targetConnection.CloseSession();
     ListByteBuffer.Clear();
 }