Table of Contents

Class EndOfWriteRequestInfo

Namespace
Renci.SshNet.Messages.Connection
Assembly
Renci.SshNet.dll

Represents "eow@openssh.com" type channel request information.

public class EndOfWriteRequestInfo : RequestInfo

Inheritance

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

string

Properties

RequestName

Gets the name of the request.

public override string RequestName { get; }

Property Value

string