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

X11ChannelOpenInfo

Used to open "x11" channel type
public const string Name = "x11"

Specifies channel open type

public string OriginatorAddress { get; }

Gets the originator address.

public uint OriginatorPort { get; }

Gets the originator port.

public X11ChannelOpenInfo(byte[] data)

Initializes a new instance of the X11ChannelOpenInfo class from the specified data.

public X11ChannelOpenInfo(string originatorAddress, uint originatorPort)

Initializes a new instance of the X11ChannelOpenInfo class with the specified originator address and port.