<PackageReference Include="SSH.NET" Version="2024.1.0" />

X11ForwardingRequestInfo

Represents "x11-req" type channel request information.
public const string Name = "x11-req"

Channel request name.

public byte[] AuthenticationCookie { get; set; }

Gets or sets the authentication cookie.

public string AuthenticationProtocol { get; }

Gets the authentication protocol.

public bool IsSingleConnection { get; set; }

Gets or sets a value indicating whether it is a single connection.

public uint ScreenNumber { get; set; }

Gets or sets the screen number.

Initializes a new instance of the X11ForwardingRequestInfo class.

public X11ForwardingRequestInfo(bool isSingleConnection, string protocol, byte[] cookie, uint screenNumber)

Initializes a new instance of the X11ForwardingRequestInfo class.