Occurs when a tunnel fails with an error.

Namespace:  Rebex.Net
Assembly:  Rebex.SshShell (in Rebex.SshShell.dll)

Syntax

Visual Basic
Public Event TunnelError As EventHandler(Of SshTunnelErrorEventArgs)
C#
public event EventHandler<SshTunnelErrorEventArgs> TunnelError

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also