The Maverick.NET SSH API

ForwardingClient.ConfigurationListener Event

Receives notification of forwarding configuration changes.

[Visual Basic]
Public Event ConfigurationListener As ForwardingConfigurationListener
[C#]
public event ForwardingConfigurationListener ConfigurationListener;

Remarks

When a new forwarding is added this event is fired to inform of the configuration change. Configuration changes include the starting and stopping of forwarding listeners but not the opening of tunnels.

See Also

ForwardingClient Class | Maverick.Forwarding Namespace