Writes bytes array data into internal buffer.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
protected void Write( IEnumerable<byte> data )
Parameters
- data
- Type:
System.Collections.Generic IEnumerable
Byte
Byte array data to write.
Exceptions
| Exception | Condition |
|---|---|
| data is null. |
See Also