VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDK3.StringLoading.MaxBufferDownloadHandler Class Reference
Inheritance diagram for VRC.SDK3.StringLoading.MaxBufferDownloadHandler:
Collaboration diagram for VRC.SDK3.StringLoading.MaxBufferDownloadHandler:

Public Member Functions

 MaxBufferDownloadHandler (int max)
 
 MaxBufferDownloadHandler (int max, byte[] buffer)
 

Public Attributes

bool lengthFail
 

Protected Member Functions

override void ReceiveContentLengthHeader (ulong contentLength)
 
override bool ReceiveData (byte[] data, int dataLength)
 

Properties

byte[] downloadedBytes [get]
 
string downloadedText [get]
 

Detailed Description

Definition at line 2374 of file VRCSDK3.cs.

Constructor & Destructor Documentation

◆ MaxBufferDownloadHandler() [1/2]

VRC.SDK3.StringLoading.MaxBufferDownloadHandler.MaxBufferDownloadHandler ( int  max)

Definition at line 2390 of file VRCSDK3.cs.

◆ MaxBufferDownloadHandler() [2/2]

VRC.SDK3.StringLoading.MaxBufferDownloadHandler.MaxBufferDownloadHandler ( int  max,
byte[]  buffer 
)

Definition at line 2395 of file VRCSDK3.cs.

Member Function Documentation

◆ ReceiveContentLengthHeader()

override void VRC.SDK3.StringLoading.MaxBufferDownloadHandler.ReceiveContentLengthHeader ( ulong  contentLength)
protected

Definition at line 2401 of file VRCSDK3.cs.

◆ ReceiveData()

override bool VRC.SDK3.StringLoading.MaxBufferDownloadHandler.ReceiveData ( byte[]  data,
int  dataLength 
)
protected

Definition at line 2410 of file VRCSDK3.cs.

Member Data Documentation

◆ lengthFail

bool VRC.SDK3.StringLoading.MaxBufferDownloadHandler.lengthFail

Definition at line 2382 of file VRCSDK3.cs.

Property Documentation

◆ downloadedBytes

byte [] VRC.SDK3.StringLoading.MaxBufferDownloadHandler.downloadedBytes
get

Definition at line 2386 of file VRCSDK3.cs.

◆ downloadedText

string VRC.SDK3.StringLoading.MaxBufferDownloadHandler.downloadedText
get

Definition at line 2388 of file VRCSDK3.cs.


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