EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.MaxSSHPacketSize

TElSimpleSSHClient    


 

Specifies maximum packet size.

 
 

Declaration

[C#]
    int MaxSSHPacketSize;

[VB.NET]
    Property MaxSSHPacketSize As Integer

[Pascal]
    property MaxSSHPacketSize : integer;

[VB6]
    Property IElSimpleSSHClientX8.MaxSSHPacketSize As Integer

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX8.MaxSSHPacketSize([out, retval] long * Value);
    HRESULT _stdcall IElSimpleSSHClientX8.MaxSSHPacketSize([in] long Value);

[DLL]
    not implemented;
 
 

Description

    Use this property to specify the maximal length of packet in bytes. The default value is 262144, i.e., 256 KBytes.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation