Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.SendBufferSize

TElSAMLServiceProvider     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. The default value is 1048576 (1 MB).

See also:     OnSend    

Discuss this help topic in SecureBlackbox Forum