ExecRequestInfo sealed class ExecRequestInfo : RequestInfo Documentation Code public const string Name = "exec" public string Command { get; } public Encoding Encoding { get; } public ExecRequestInfo() public ExecRequestInfo(string command, Encoding encoding)