Discuss this help topic in SecureBlackbox Forum
This topis is under development…
Declaration
[VB.NET]
Property PayloadSize As Integer
[Pascal]
property PayloadSize : integer;
[C++]
int32_t get_PayloadSize();
void set_PayloadSize(int32_t Value);
[PHP]
integer get_PayloadSize()
void set_PayloadSize(integer $Value)
[Java]
int getPayloadSize();
void setPayloadSize(int Value);
Description
…
Discuss this help topic in SecureBlackbox Forum