EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.Close

TElAS3Client     See also    


 

Closes connection to the server

 
 

Declaration

[C#]
    void Close(bool Silent /* = false */);

[VB.NET]
    Sub Close(ByVal Silent As Boolean = False)

[Pascal]
    procedure Close (Silent: boolean = false);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Silent - set this parameter to True for non-graceful closure
 
 

Description

    Use this method to close FTP connection.

 
 

See also:     Open    

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