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

Renci.SshNet.Messages.Connection.X11ChannelOpenInfo

Used to open "x11" channel type
namespace Renci.SshNet.Messages.Connection { internal class X11ChannelOpenInfo : ChannelOpenInfo { public const string Name = "x11"; public string OriginatorAddress { get; } public uint OriginatorPort { get; } public X11ChannelOpenInfo(byte[] data); public X11ChannelOpenInfo(string originatorAddress, uint originatorPort); } }