
Public Attributes | |
| String | LoginIP |
| Downloader's IP. | |
| String | FileName |
| Downloader's file. | |
| String | LoginPort |
| Downloader's port. | |
| int | PercentComplete |
| Download percent. | |
| bool | bIsDownloading |
| Download indicator. | |
| String LoginIP |
The IP address of the person who is downloading.
| String FileName |
The name of the file the person is downloading.
| String LoginPort |
The port that the downloader is connected on.
| int PercentComplete |
The percent of the download that is complete.
| bool bIsDownloading |
Whether the person is currently downloading.
1.5.6