SftpFileStream WriteByte Method SSH .NET Client Library Documentation
Writes a byte to the current position in the stream and advances the position within the stream by one byte.

Namespace: Renci.SshNet.Sftp
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public override void WriteByte(
	byte value
)
Exceptions

See Also