The Maverick.NET SSH API

ForwardingClient.ChannelFailures Event

Receives notification of forwarding channel failures.

[Visual Basic]
Public Event ChannelFailures As ForwardingChannelFailure
[C#]
public event ForwardingChannelFailure ChannelFailures;

Remarks

When a Socket connection or forwarding channel cannot be opened, this event is fired to inform of the failure. No action is necersary however you may want to display a message to the user.

See Also

ForwardingClient Class | Maverick.Forwarding Namespace