Click or drag to resize

BytesData Class

The upload data as bytes. Can be empty if the form doesn't contain any data.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.NetBytesData

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class BytesData : IUploadData<IReadOnlyList<byte>>, 
	IUploadData

The BytesData type exposes the following members.

Constructors
  NameDescription
Public methodBytesData
Creates a new instance containing the specified data.
Top
Properties
  NameDescription
Public propertyData
The upload data as a read-only list.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
See Also