Table of Contents

Class BytesData

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

The upload data as bytes. Can be empty if the form doesn't contain any data.

public sealed class BytesData : UploadData, IUploadData<IReadOnlyList<byte>>, IUploadData
Inheritance
BytesData
Implements
Inherited Members

Constructors

BytesData(byte[])

Creates a new instance containing the specified data.

Properties

Data

The upload data as a read-only list.

Operators

implicit operator BytesData(byte[])

Converts the specified data to a new instance of BytesData.