Class implementing a resumable Web client.
More...
Class implementing a resumable Web client.
Definition at line 16 of file ResumingWebClient.cs.
◆ ResumingWebClient()
LLMUnity.ResumingWebClient.ResumingWebClient |
( |
| ) |
|
|
inline |
◆ AbortRequest()
void LLMUnity.ResumingWebClient.AbortRequest |
( |
WebRequest | request | ) |
|
|
inline |
◆ CancelDownloadAsync()
void LLMUnity.ResumingWebClient.CancelDownloadAsync |
( |
| ) |
|
|
inline |
◆ DownloadFileTaskAsyncResume()
Task LLMUnity.ResumingWebClient.DownloadFileTaskAsyncResume |
( |
Uri | address, |
|
|
string | fileName, |
|
|
bool | resume = false, |
|
|
Callback< float > | progressCallback = null ) |
|
inline |
◆ GetURLFileSize() [1/2]
long LLMUnity.ResumingWebClient.GetURLFileSize |
( |
string | address | ) |
|
|
inline |
◆ GetURLFileSize() [2/2]
long LLMUnity.ResumingWebClient.GetURLFileSize |
( |
Uri | address | ) |
|
|
inline |
The documentation for this class was generated from the following file: