Differences
This shows you the differences between the selected revisions of the page.
2016-09-28 | 2016-09-29 | ||
no summary (165.225.72.100) | 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) | ||
Line 131: | Line 131: | ||
End If | End If | ||
End Try | End Try | ||
- | RemoveHandler session.FileTransferProgress, AddressOf SessionFileTransferProgress | ||
- | session.Close() | ||
End Using | End Using | ||