Delegate CoreListener.OnRemainingNumberOfFileTransferChangedDelegate
Called after a download is terminated or a new attachement is to be downloaded.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnRemainingNumberOfFileTransferChangedDelegate(Core core, uint downloadCount, uint uploadCount);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | Linphone.Core object |
| System.UInt32 | downloadCount | outstanding number of files to be downloaded including the one that is currently downloading |
| System.UInt32 | uploadCount | outstanding number of files to be upload including the one that is currently uploading |