LLM for Unity  v2.2.5
Create characters in Unity with LLMs!
Loading...
Searching...
No Matches
LLMUnity.ResumingWebClient Class Reference
Inheritance diagram for LLMUnity.ResumingWebClient:
[legend]

Public Member Functions

long GetURLFileSize (string address)
 
long GetURLFileSize (Uri address)
 
Task DownloadFileTaskAsyncResume (Uri address, string fileName, bool resume=false, Callback< float > progressCallback=null)
 
void CancelDownloadAsync ()
 
void AbortRequest (WebRequest request)
 

Detailed Description

Definition at line 10 of file ResumingWebClient.cs.

Constructor & Destructor Documentation

◆ ResumingWebClient()

LLMUnity.ResumingWebClient.ResumingWebClient ( )
inline

Definition at line 17 of file ResumingWebClient.cs.

Member Function Documentation

◆ AbortRequest()

void LLMUnity.ResumingWebClient.AbortRequest ( WebRequest request)
inline

Definition at line 86 of file ResumingWebClient.cs.

◆ CancelDownloadAsync()

void LLMUnity.ResumingWebClient.CancelDownloadAsync ( )
inline

Definition at line 79 of file ResumingWebClient.cs.

◆ DownloadFileTaskAsyncResume()

Task LLMUnity.ResumingWebClient.DownloadFileTaskAsyncResume ( Uri address,
string fileName,
bool resume = false,
Callback< float > progressCallback = null )
inline

Definition at line 35 of file ResumingWebClient.cs.

◆ GetURLFileSize() [1/2]

long LLMUnity.ResumingWebClient.GetURLFileSize ( string address)
inline

Definition at line 22 of file ResumingWebClient.cs.

◆ GetURLFileSize() [2/2]

long LLMUnity.ResumingWebClient.GetURLFileSize ( Uri address)
inline

Definition at line 27 of file ResumingWebClient.cs.


The documentation for this class was generated from the following file: