Discuss this help topic in SecureBlackbox Forum
Returns the request body.
Declaration
[VB.NET]
Property Body As Byte()
[Pascal]
property Body : ByteArray;
[C++]
void get_Body(std::vector<uint8_t> &OutResult);
Description
Use this property to get the body of the request.
Discuss this help topic in SecureBlackbox Forum