Click or drag to resize

FtpInputDataStreamWriteByte 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 WriteByte(
	byte b
)
View Source

Parameters

b  Byte
A Byte to write.
Exceptions
ExceptionCondition
NotSupportedExceptionCannot write to input stream.
See Also