terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.WebUtility.UrlDecoder Class Reference

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 413 of file WebUtility.cs.


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