Exemple #1
0
 internal void RegisterChannel(int local_id, SSHChannel ch)
 {
     FindChannelEntry(local_id)._channel = ch;
 }