Class KeepAliveRequestInfo
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Represents "keepalive@openssh.com" type channel request information.
public class KeepAliveRequestInfo : RequestInfo
- Inheritance
-
KeepAliveRequestInfo
- Inherited Members
Constructors
KeepAliveRequestInfo()
Initializes a new instance of the 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; }
Property Value
- string
The name of the request.