Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.WebUtility.UrlDecoder Struct 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

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

Detailed Description

Definition at line 13 of file WebUtility.cs.


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