Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.MinWindowSize

TElSSHBaseClient     See also     


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


Specifies minimal internal window size.

Declaration

[C#]
    int MinWindowSize;

[VB.NET]
    Property MinWindowSize As Integer

[Pascal]
    property MinWindowSize : integer;

[C++]
    int32_t get_MinWindowSize();
    void set_MinWindowSize(int32_t Value);

[PHP]
    integer get_MinWindowSize()
    void set_MinWindowSize(integer $Value)

[Java]
    int getMinWindowSize();
    void setMinWindowSize(int Value);

Description

Use this property to get or set minimal internal window size. When the minimal window size is reached, the 'window extension' request is sent to the server to notify it that the window was extended, and server can send more data.

See also:     DefaultWindowSize     Tune up SSH packet parameters    

Discuss this help topic in SecureBlackbox Forum