Click or drag to resize

FtpDataStreamWriteByte Method

Writes a byte to the current position in the stream and advances the position within the stream by one byte.

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
The byte to write to the stream.
See Also