The Maverick.NET SSH API

ForwardingClient.IsXForwarding Property

Indicates to the caller whether the client is configured to perform X11 forwarding.

[Visual Basic]
Public ReadOnly Property IsXForwarding As Boolean
[C#]
public bool IsXForwarding {get;}

Remarks

This value is only set to true when X11 has been configured using the AllowX11Forwarding.

See Also

ForwardingClient Class | Maverick.Forwarding Namespace