Discuss this help topic in SecureBlackbox Forum

TElSftpStream.Close

TElSftpStream     See also     


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


Closes the stream and releases any associated resources.

Declaration

[C#]
    void Close();

[VB.NET]
    Sub Close()

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Call this method to close the stream and release any associated resources.

See also:     Flush    

Discuss this help topic in SecureBlackbox Forum