SshData LoadBytes Method SSH .NET Client Library Documentation
Loads data bytes into internal buffer.

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

protected void LoadBytes(
	byte[] bytes
)

Parameters

bytes
Type:  OnlineSystem Byte 
The bytes.
Exceptions

See Also