Discuss this help topic in SecureBlackbox Forum
Specifies maximum size of the datagram.
Declaration
[VB.NET]
Property DatagramSize As Integer
[Pascal]
property DatagramSize: integer;
[C++]
int32_t get_DatagramSize();
void set_DatagramSize(int32_t Value);
[PHP]
integer get_DatagramSize()
void set_DatagramSize(integer $Value)
[Java]
int getDatagramSize();
void setDatagramSize(int Value);
Description
Use this property to get or set maximum size of the datagram.
Data pieces larger than DatagramSize will be split into several smaller datagrams with lengths smaller (or equal) to the DatagramSize.
Discuss this help topic in SecureBlackbox Forum