Discuss this help topic in SecureBlackbox Forum

TElSSHServer.DefaultWindowSize

TElSSHServer     See also     


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


Specifies default internal window size.

Declaration

[C#]
    int DefaultWindowSize;

[VB.NET]
    Property DefaultWindowSize As Integer

[Pascal]
    property DefaultWindowSize : integer;

[C++]
    int32_t get_DefaultWindowSize();
    void set_DefaultWindowSize(int32_t Value);

[PHP]
    integer get_DefaultWindowSize()
    void set_DefaultWindowSize(integer $Value)

[Java]
    int getDefaultWindowSize();
    void setDefaultWindowSize(int Value);

Description

    Use this property to get or set default internal window size. The default value is 65536 bytes (64 KB).

See also:     MinWindowSize    

Discuss this help topic in SecureBlackbox Forum