Click or drag to resize

FtpDataStreamReadByte Method

Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.

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
The unsigned byte cast to an Int32, or -1 if at the end of the stream.
See Also