Table of Contents

Constructor StreamReadWriteEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

StreamReadWriteEventArgs(byte[], int, int, int?)

Initializes a new instance of the StreamReadWriteEventArgs class.

public StreamReadWriteEventArgs(byte[] buffer, int offset, int count, int? readCount = null)

Parameters

buffer byte[]

An array of bytes.

offset int

The zero-based byte offset in buffer at which data storing begins.

count int

The maximum number of bytes.

readCount int?

The number of bytes which was read.