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