Discuss this help topic in SecureBlackbox Forum

TElSSHServer.MinWindowSize

TElSSHServer     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. The default value is 2048 bytes (2 KB).

See also:     DefaultWindowSize    

Discuss this help topic in SecureBlackbox Forum