Ejemplo n.º 1
0
 /// <summary>
 /// Perform any operation that sends data.
 ///
 /// Called on worker thread, method should not block for any
 /// significant amount of time.
 /// </summary>
 protected abstract void Receive(SshChannelBase channel);
Ejemplo n.º 2
0
 /// <summary>
 /// Perform any operation that sends data.
 ///
 /// Called on worker thread, method should not block for any
 /// significant amount of time.
 /// </summary>
 protected abstract void Send(SshChannelBase channel);