EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient.Resume

TElSecureClient     See also    


 

Resumes previously established session.

 
 

Declaration

[C#]
    void Resume();

[VB.NET]
    Sub [Resume]()

[Pascal]
    procedure Resume;

[VB6]
    Sub IElSecureClientX2.Resume()

[ActiveX]
    HRESULT _stdcall IElSecureClientX2.Resume( void );

[DLL]
    __stdcall DWORD SBClientResume(HANDLE handle);
 
 

Parameters

  • [DLL]handle - handle to the TElSecureClient object that was returned by Constructor
 
 

Description

    Use this method instead of Open to resume the previosly established session. Resuming a session is much faster than full establishing of new one. It's a good idea to use it in HTTPS clients, where you have to download many files (and so, establish many sessions) to the same host.

    You can call Resume in next cases:

  • TElSecureClient successfully closed the previous session. Note that in this case the server should keep session parameters for some time.
  • Join method was called
 
 

See also:     Join     Open

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