EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.OutgoingSpeedLimit

TElSimpleSSHClient     See also    


 

Specifies the outgoing traffic limit.

 
 

Declaration

[C#]
    int OutgoingSpeedLimit;

[VB.NET]
    Property OutgoingSpeedLimit As Integer

[Pascal]
    property OutgoingSpeedLimit : integer;

[VB6]
    Property IElSimpleSSHClientX.OutgoingSpeedLimit As Integer

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

[DLL]
    not implemented;
 
 

Description

    Use this property to specify the maximum number of bytes per second that SSH client may send. The value of 0 (zero) means "no limitation".
    This property works only if UseInternalSocket is True.

 
 

See also:     IncomingSpeedLimit    

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