Differences
This shows you the differences between the selected revisions of the page.
2014-07-14 | 2014-07-14 | ||
5.6 Session.Close method in .NET assembly. (martin) | updating comment for Dispose method (martin) | ||
Line 40: | Line 40: | ||
| [[library_session_abort|Abort]] | Forcefully aborts session. | | | [[library_session_abort|Abort]] | Forcefully aborts session. | | ||
| [[library_session_createdirectory|CreateDirectory]] | Creates remote directory. | | | [[library_session_createdirectory|CreateDirectory]] | Creates remote directory. | | ||
- | | [[library_session_close|Close]] | Closes session, terminates underlying WinSCP process. | | + | | [[library_session_close|Close]] | Closes session. | |
- | | [[library_session_dispose|Dispose]] | Closes session, terminates underlying WinSCP process. | | + | | [[library_session_dispose|Dispose]] | Closes session and disposes object. | |
| [[library_session_escapefilemask|EscapeFileMask]] | Converts special characters in file path to make it unambiguous file mask/wildcard. | | | [[library_session_escapefilemask|EscapeFileMask]] | Converts special characters in file path to make it unambiguous file mask/wildcard. | | ||
| [[library_session_executecommand|ExecuteCommand]] | Executes command on the remote server. | | | [[library_session_executecommand|ExecuteCommand]] | Executes command on the remote server. | |