Renci.SshNet.Messages.Connection.KeepAliveRequestInfo
Represents "keepalive@openssh.com" type channel request information
namespace Renci.SshNet.Messages.Connection
{
public class KeepAliveRequestInfo : RequestInfo
{
public const string Name = "keepalive@openssh.com";
public KeepAliveRequestInfo();
}
}