Click or drag to resize

FtpInputDataStreamWrite Method

Cannot write to input stream, method is not supported.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public override void Write(
	byte[] buffer,
	int offset,
	int count
)
View Source

Parameters

buffer  Byte
A Byte array buffer to use.
offset  Int32
An Int32 count of bytes to write.
count  Int32
An Int32 offset into the buffer.
Exceptions
ExceptionCondition
NotSupportedExceptionCannot write to input stream.
See Also