SshData Load Method SSH .NET Client Library Documentation
Loads data from specified bytes.

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

public void Load(
	byte[] value
)

Parameters

value
Type:  OnlineSystem Byte 
Bytes array.
Exceptions

See Also