Creates a new instance containing the specified data.
            
 
    Namespace: 
   DotNetBrowser.Net
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntaxpublic BytesData(
	byte[] data
)
Parameters
- data
 - Type: SystemByte
 The upload data as a byte array. 
See Also