Differences
This shows you the differences between the selected revisions of the page.
2011-12-29 | 2011-12-29 | ||
missing "in" (martin) | TimeoutException explicitly (martin) | ||
Line 24: | Line 24: | ||
| 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. | | | IList<string> 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 exception 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. | |
===== Methods ===== | ===== Methods ===== |