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

◆ BypassStringEscape()

static string System.Net.WebProxyDataBuilder.BypassStringEscape ( string rawString)
inlinestaticprivate

Definition at line 102 of file WebProxyDataBuilder.cs.

103 {
104 global::System.Text.RegularExpressions.Match match;
105 bool success = match.Success;
106 global::System.Text.RegularExpressions.Group group;
107 string value = group.Value;
108 global::System.Text.RegularExpressions.Group group2;
109 string value2 = group2.Value;
110 global::System.Text.RegularExpressions.Group group3;
111 return group3.Value;
112 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.match, and System.value.