SSHChannelReadyToSend Event
Fired when the component is ready to send data.
Syntax
[VB.NET] Public Event OnSSHChannelReadyToSend As OnSSHChannelReadyToSendHandler
[C#] public event OnSSHChannelReadyToSendHandler OnSSHChannelReadyToSend; public delegate void OnSSHChannelReadyToSendHandler(object sender, SshreversetunnelSSHChannelReadyToSendEventArgs e); class SshreversetunnelSSHChannelReadyToSendEventArgs : EventArgs { string ChannelId {get;} }
Remarks
When Timeout is set to 0 (asynchronous) this event is used signal that the specified channel is ready to accept data for sending.
When Timeout is set to 0 (asynchronous) this event is used signal that the specified channel is ready to accept data for sending.