Differences
This shows you the differences between the selected revisions of the page.
| 2016-07-29 | 2017-02-02 | ||
| 5.9 stable released (martin) | explicit anchors (martin) | ||
| Line 22: | Line 22: | ||
| | Session() | Default constructor. | | | Session() | Default constructor. | | ||
| - | ===== Properties ===== | + | ===== [[properties]] Properties ===== | 
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| | string ==AdditionalExecutableArguments== | Additional command-line arguments to be passed to ''[[executables#winscp.com|winscp.com]]''. In general, this should be left with default ''null''. | | | string ==AdditionalExecutableArguments== | Additional command-line arguments to be passed to ''[[executables#winscp.com|winscp.com]]''. In general, this should be left with default ''null''. | | ||
| Line 40: | Line 40: | ||
| | TimeSpan ==Timeout== | Maximal interval between two consecutive outputs from WinSCP console session, before ''TimeoutException'' is thrown. The default is one minute. It's not recommended to change the value. For session/connection timeout, see ''[[library_sessionoptions#timeout|SessionOptions.Timeout]]''. | | | TimeSpan ==Timeout== | Maximal interval between two consecutive outputs from WinSCP console session, before ''TimeoutException'' is thrown. The default is one minute. It's not recommended to change the value. For session/connection timeout, see ''[[library_sessionoptions#timeout|SessionOptions.Timeout]]''. | | ||
| - | ===== Methods ===== | + | ===== [[methods]] Methods ===== | 
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| | [[library_session_abort|Abort]] | Forcefully aborts session. | | | [[library_session_abort|Abort]] | Forcefully aborts session. | | ||
| Line 66: | Line 66: | ||
| - | ===== Events ===== | + | ===== [[events]] Events ===== | 
| ^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
| | [[library_session_failed|Failed]] | Occurs on error during any operation. | | | [[library_session_failed|Failed]] | Occurs on error during any operation. | | ||