Discuss this help topic in SecureBlackbox Forum

TElSocket.UseNagle

TElSocket     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether Nagle algorithm should be used.

Declaration

[C#]
    bool UseNagle;

[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.

See also:     ApplySettings    

Discuss this help topic in SecureBlackbox Forum