Constructor BytesData
- Namespace
- DotNetBrowser.Net
- Assembly
- DotNetBrowser.dll
BytesData(byte[])
Creates a new instance containing the specified data.
public BytesData(byte[] data)
Parameters
data
byte[]The upload data as a byte array.
Creates a new instance containing the specified data.
public BytesData(byte[] data)
data
byte[]The upload data as a byte array.