Discuss this help topic in SecureBlackbox Forum

TElSocket.SendBufferSize

TElSocket     See also     


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


Specifies the send buffer size.

Declaration

[C#]
    int SendBufferSize;

[VB.NET]
    Property SendBufferSize As Integer

[Pascal]
    property SendBufferSize : integer;

[C++]
    int32_t get_SendBufferSize();
    void set_SendBufferSize(int32_t Value);

[PHP]
    integer get_SendBufferSize()
    void set_SendBufferSize(integer $Value)

[Java]
    int getSendBufferSize();
    void setSendBufferSize(int Value);

Description

    Use this property to set the send buffer size, and ReceiveBufferSize to set the receive buffer size.

See also:     AutoAdjustBuffersSize     MinBufferSize     MaxBufferSize     RecvBufferSize    

Discuss this help topic in SecureBlackbox Forum