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

Renci.SshNet.Messages.Connection.SubsystemRequestInfo

Represents "subsystem" type channel request information.
public const string Name = "subsystem"

Channel request name.

public string SubsystemName { get; }

Gets the name of the subsystem.

Initializes a new instance of the SubsystemRequestInfo class.

public SubsystemRequestInfo(string subsystem)

Initializes a new instance of the SubsystemRequestInfo class.