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

◆ UrlDecode()

static string System.Net.WebUtility.UrlDecode ( string encodedValue)
inlinestatic

Definition at line 298 of file WebUtility.cs.

299 {
301 string text;
302 return text;
303 }
class f__AnonymousType0<< Count > j__TPar
static Encoding UTF8
Definition Encoding.cs:828

References j__TPar, System.text, and System.Text.Encoding.UTF8.

Referenced by System.Net.HttpListenerRequest.CreateQueryString(), and System.Net.EndPointListener.SearchListener().