EndOfWriteRequestInfo PropertiesSSH .NET Client Library Documentation
The EndOfWriteRequestInfo type exposes the following members.
Properties

  NameDescription
Public propertyIsEndOfData
Gets a value indicating whether all data from the buffer has been read.
(Inherited from SshData.)
Public propertyRequestName
Gets the name of the request.
(Overrides RequestInfo RequestName.)
Public propertyWantReply
Gets or sets a value indicating whether reply message is needed.
(Inherited from RequestInfo.)
Protected propertyZeroReaderIndex
Gets the index that represents zero in current data type.
(Inherited from SshData.)
Back to Top
See Also