Differences
This shows you the differences between the selected revisions of the page.
2012-01-10 | 2012-01-27 | ||
toc + example (martin) | output is StringCollection (martin) | ||
Line 25: | Line 25: | ||
| string LogPath | Path to store [[logging|session log file]] to. Default ''null'' mean, no session log file is created. | | | string LogPath | Path to store [[logging|session log file]] to. Default ''null'' mean, no session log file is created. | | ||
| bool Opened | Is session opened yet? ''true'', when ''Open'' was successfully called already. Read-only. | | | bool Opened | Is session opened yet? ''true'', when ''Open'' was successfully called already. Read-only. | | ||
- | | IList<string> Output | Output of WinSCP console session. See also ''[[library_session_outputdatareceived|OutputDataReceived]]'' event. Read-only. | | + | | [[library_doc_collections|StringCollection]] Output | Output of WinSCP console session. See also ''[[library_session_outputdatareceived|OutputDataReceived]]'' event. Read-only. | |
| TimeSpan Timeout | Maximal interval between two consecutive outputs from WinSCP console session, before TimeoutException is thrown. The default is one minute. | | | TimeSpan Timeout | Maximal interval between two consecutive outputs from WinSCP console session, before TimeoutException is thrown. The default is one minute. | | ||