Class KeepAliveRequestInfo
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents "keepalive@openssh.com" type channel request information.
public class KeepAliveRequestInfo : RequestInfo
Inheritance
Inherited Members
Constructors
KeepAliveRequestInfo()
Initializes a new instance of the Renci.SshNet.Messages.Connection.KeepAliveRequestInfo class.
public KeepAliveRequestInfo()
Fields
Name
Channel request name.
public const string Name = "keepalive@openssh.com"
Field Value
Properties
RequestName
Gets the name of the request.
public override string RequestName { get; }