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

Renci.SshNet.Messages.Connection.XonXoffRequestInfo

Represents "xon-xoff" type channel request information
public const string Name = "xon-xoff"

Channel request type

public bool ClientCanDo { get; set; }

Gets or sets a value indicating whether client can do.

Initializes a new instance of the XonXoffRequestInfo class.

public XonXoffRequestInfo(bool clientCanDo)

Initializes a new instance of the XonXoffRequestInfo class.