Esempio n. 1
0
 public override void Close(string reason)
 {
     m_connected = false;
     m_sendQueue.Clear();
     m_remoteClient = null;
 }
Esempio n. 2
0
 public void SetRemoteClient(LocalClientBase client)
 {
     m_remoteClient = client;
     m_connected    = true;
 }