Discuss this help topic in SecureBlackbox Forum
Specifies whether Nagle algorithm should be used.
Declaration
[VB.NET]
Property UseNagle As Boolean
[Pascal]
property UseNagle : boolean;
[C++]
bool get_UseNagle();
void set_UseNagle(bool Value);
[PHP]
bool get_UseNagle()
void set_UseNagle(bool $Value)
[Java]
boolean getUseNagle();
void setUseNagle(boolean Value);
Description
Use this property to switch the Nagle algorithm usage.
Discuss this help topic in SecureBlackbox Forum