Discuss this help topic in SecureBlackbox Forum
Data content.
Declaration
[VB.NET]
Property Content As Byte()
[Pascal]
property Content : ByteArray;
[C++]
void get_Content(std::vector<uint8_t> &OutResult);
[PHP]
string get_Content()
[Java]
byte[] getContent();
Description
This property provides access to the form-data content.
Discuss this help topic in SecureBlackbox Forum