Click or drag to resize

FtpOutputDataStreamRead 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 Read(
	byte[] buffer,
	int offset,
	int count
)
View Source

Parameters

buffer  Byte
A Byte array buffer.
offset  Int32
An Int32 number of bytes to read.
count  Int32
An Int32 offset into the stream to read from.

Return Value

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