Renci.SshNet.Messages.Connection.ShellRequestInfo
Represents "shell" type channel request information.
namespace Renci.SshNet.Messages.Connection
{
internal sealed class ShellRequestInfo : RequestInfo
{
public const string Name = "shell";
public ShellRequestInfo();
}
}