Differences
This shows you the differences between the selected revisions of the page.
2016-09-29 | 2017-06-02 | ||
No need to call Close explicitly, it's done implicitly by the Using statement. And I do not see any reason for the RemoveHandler call. Please explain. (martin) | no summary (martin) | ||
Line 19: | Line 19: | ||
The event is raised, when starting transfer of every file, and then at most once a second for duration of the transfer. | The event is raised, when starting transfer of every file, and then at most once a second for duration of the transfer. | ||
+ | |||
+ | The event has to be subscribed before calling ''[[library_session_open|Open]]''. | ||
See also ''[[library_session_filetransferred|Session.FileTransferred]]''. | See also ''[[library_session_filetransferred|Session.FileTransferred]]''. |