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

RequestInfo

public abstract class RequestInfo : SshData
Represents type specific information for channel request.
public abstract string RequestName { get; }

Gets the name of the request.

public bool WantReply { get; protected set; }

Gets or sets a value indicating whether reply message is needed.

protected RequestInfo()