Click or drag to resize

FtpOutputDataStreamReadByte Method

Cannot read from output stream, method is not supported.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public override int ReadByte()
View Source

Return Value

Int32
An Int32 number of bytes read.
Exceptions
ExceptionCondition
NotSupportedExceptionCannot read from output stream.
See Also