Discuss this help topic in SecureBlackbox Forum

TElSftpSupportedExtension.MaxReadSize

TElSftpSupportedExtension     


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


Specifies the maximum read size that the server guarantees to complete.

Declaration

[C#]
    uint MaxReadSize;

[VB.NET]
    Property MaxReadSize As UInt32

[Pascal]
    property MaxReadSize : cardinal;

[C++]
    uint32_t get_MaxReadSize();
    void set_MaxReadSize(uint32_t Value);

[PHP]
    integer get_MaxReadSize()
    void set_MaxReadSize(integer $Value)

[Java]
    int getMaxReadSize();
    void setMaxReadSize(int Value);

Description

    Use this property to specify the maximum read size that the server guarantees to complete.

Discuss this help topic in SecureBlackbox Forum