PostDataEntryBytes Property |
Version 130.1.90
Bytes
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public byte[] Bytes { get; set; }
public:
property array<unsigned char>^ Bytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
Property Value
ByteSee Also