Discuss this help topic in SecureBlackbox Forum
Specifies whether to split long datagrams into smaller ones.
Declaration
[C#/Java]
bool SplitLongData;
[VB.NET]
Property SplitLongData As Boolean
[Pascal]
property SplitLongData : boolean;
[C++]
bool get_SplitLongData();
void set_SplitLongData(bool Value);
[PHP]
bool get_SplitLongData()
void set_SplitLongData(bool $Value)
Description
If this prperty is set to
True, datagrams larger than
MaxDataSize
will be split into smaller ones.
Discuss this help topic in SecureBlackbox Forum