The Maverick.NET SSH API

ForwardingClient.RemoteForwardings Property

Returns an array of the remote forwarding listeners.

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

Remarks

This array identifies the active remote 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