The Maverick.NET SSH API

ForwardingClient.LocalForwardings Property

Returns an array of the local forwarding listeners.

[Visual Basic]
Public ReadOnly Property LocalForwardings As String()
[C#]
public string[] LocalForwardings {get;}

Remarks

This array identifies the active local forwarding listeners. The value for each element is the address and port bound. For example if a forwarding exists listening on localhost and port 8080 the value identifying this element will be "localhost:8080".

Use the values returned by this property to obtain the active tunnel lists with a call to GetActiveTunnels

See Also

ForwardingClient Class | Maverick.Forwarding Namespace