Ejemplo n.º 1
0
 public RemConWebSession(IPEndPoint ipep, string sid)
 {
     _msgCache  = new ClientMsgCache();
     _conn      = new TCPClientConn(ipep, _msgCache);
     _SessionID = sid;
 }
Ejemplo n.º 2
0
 private void MuderThatClientAtHisBehest(TCPClientConn conn)
 {
     //taking the object out of any scope should get her good and garbage collected...eventually >.V  hopefully the thread actually stopped
     conn = null;
 }