Exemple #1
0
 protected void Reconnect(RemoteClient cli)
 {
     client.Close();
     client = null;
     client = cli;
 }
Exemple #2
0
 protected RemoteSession(RemoteClient cli) : this()
 {
     client = cli;
 }