Differences
This shows you the differences between the selected revisions of the page.
2021-12-03 | 2022-06-16 (current) | ||
5.20 Bug 597: Bytes transferred are recorded in XML log and available in .NET assembly API. (martin) | 5.21 stable released (martin) | ||
Line 20: | Line 20: | ||
| [[library_sessionremoteexception|SessionRemoteException]] ==Error== | Error (if any) that occured during operation. ''null'', if operation succeeded. See also [[library_session#results|Capturing results of operations]]. Read-only. (Inherited from ''[[library_operationeventargs|OperationEventArgs]]''.) | | | [[library_sessionremoteexception|SessionRemoteException]] ==Error== | Error (if any) that occured during operation. ''null'', if operation succeeded. See also [[library_session#results|Capturing results of operations]]. Read-only. (Inherited from ''[[library_operationeventargs|OperationEventArgs]]''.) | | ||
| string ==FileName== | Full path to a file that is subject of the operation. Read-only. (Inherited from ''[[library_fileoperationeventargs|FileOperationEventArgs]]''.) | | | string ==FileName== | Full path to a file that is subject of the operation. Read-only. (Inherited from ''[[library_fileoperationeventargs|FileOperationEventArgs]]''.) | | ||
- | | string ==Length== | Number of bytes transferred. &beta_feature | | + | | string ==Length== | Number of bytes transferred. | |
| [[library_removaleventargs|RemovalEventArgs]] ==Removal== | Result of removing source file. Used only, if removing source file was requested (see ''remove'' argument of ''[[library_session_getfiles|Session.GetFiles]]'' and ''[[library_session_putfiles|Session.PutFiles]]''). Read-only. | | | [[library_removaleventargs|RemovalEventArgs]] ==Removal== | Result of removing source file. Used only, if removing source file was requested (see ''remove'' argument of ''[[library_session_getfiles|Session.GetFiles]]'' and ''[[library_session_putfiles|Session.PutFiles]]''). Read-only. | | ||
| ProgressSide ==Side== | Origin of the transfer. ''ProgressSide.Local'' for uploads, ''ProgressSide.Remote'' for downloads. Read-only. | | | ProgressSide ==Side== | Origin of the transfer. ''ProgressSide.Local'' for uploads, ''ProgressSide.Remote'' for downloads. Read-only. | |