The Maverick.NET SSH API

ForwardingClient.X11Forwardings Property

Returns an array of X11 forwarding listeners.

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

Remarks

This array identifies the active x11 forwarding listeners. The value for each element is the display bound. For example if an x11 forwarding exists on display 0 on localhost the value identifying this element will be "localhost:0".

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