|
FtpOutputDataStreamReadByte Method
|
Cannot read from output stream, method is not supported.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public override int ReadByte()
Public Overrides Function ReadByte As Integer
public:
virtual int ReadByte() override
abstract ReadByte : unit -> int
override ReadByte : unit -> int
View SourceReturn Value
Int32An
Int32 number of bytes read.
Exceptions See Also