LLM for Unity  v2.3.0
Create characters in Unity with LLMs!
Loading...
Searching...
No Matches
LLMUnity.ResumingWebClient Class Reference

Class implementing a resumable Web client. More...

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

Class implementing a resumable Web client.

Definition at line 16 of file ResumingWebClient.cs.

Constructor & Destructor Documentation

◆ ResumingWebClient()

LLMUnity.ResumingWebClient.ResumingWebClient ( )
inline

Definition at line 23 of file ResumingWebClient.cs.

Member Function Documentation

◆ AbortRequest()

void LLMUnity.ResumingWebClient.AbortRequest ( WebRequest request)
inline

Definition at line 92 of file ResumingWebClient.cs.

◆ CancelDownloadAsync()

void LLMUnity.ResumingWebClient.CancelDownloadAsync ( )
inline

Definition at line 85 of file ResumingWebClient.cs.

◆ DownloadFileTaskAsyncResume()

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

Definition at line 41 of file ResumingWebClient.cs.

◆ GetURLFileSize() [1/2]

long LLMUnity.ResumingWebClient.GetURLFileSize ( string address)
inline

Definition at line 28 of file ResumingWebClient.cs.

◆ GetURLFileSize() [2/2]

long LLMUnity.ResumingWebClient.GetURLFileSize ( Uri address)
inline

Definition at line 33 of file ResumingWebClient.cs.


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