ZlibStream Write Method SSH .NET Client Library Documentation
Writes the specified buffer.

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

public void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type:  OnlineSystem Byte 
The buffer.
offset
Type: OnlineSystem Int32
The offset.
count
Type: OnlineSystem Int32
The count.
See Also