Table of Contents

Class StreamReadWriteEventArgs

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

Provides data for the read/write events in StreamOverStream class.

public class StreamReadWriteEventArgs : EventArgs
Inheritance
StreamReadWriteEventArgs

Constructors

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

Initializes a new instance of the StreamReadWriteEventArgs class.

Properties

Buffer

Gets or sets an array of bytes used in read/write operation.

BufferAsString

Gets Buffer as UTF8 string.

Count

Gets or sets the maximum number of bytes for the read/write operation.

Offset

Gets or sets the zero-based byte offset in buffer at which data storing begins.

ReadCount

Gets or sets the number of bytes which was read.