Writes a byte to the current position in the stream and advances the position within the stream by one byte.
Namespace: Renci.SshNet.SftpAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- value
- Type:
System Byte
The byte to write to the stream.
Exceptions
| Exception | Condition |
|---|---|
| An I/O error occurs. | |
| The stream does not support writing, or the stream is already closed. | |
| Methods were called after the stream was closed. |
See Also