terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Net.WebUtility.UrlDecoder Class Reference
+ Collaboration diagram for System.Net.WebUtility.UrlDecoder:

Package Functions

 UrlDecoder (int bufferSize, Encoding encoding)
 
void AddChar (char ch)
 
void AddByte (byte b)
 
string GetString ()
 

Private Member Functions

void FlushBytes ()
 

Private Attributes

int _bufferSize
 
int _numChars
 
char[] _charBuffer
 
int _numBytes
 
byte[] _byteBuffer
 
Encoding _encoding
 

Detailed Description

Definition at line 496 of file WebUtility.cs.


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