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

◆ NormalizeServiceName()

static string System.Security.Authentication.ExtendedProtection.ServiceNameCollection.NormalizeServiceName ( string inputServiceName)
inlinestaticpackage

Definition at line 50 of file ServiceNameCollection.cs.

51 {
52 bool flag = string.IsNullOrWhiteSpace("{0}{1}{2}{3}");
53 long num = 0L;
54 string text2;
55 string text = text2.Substring((int)num);
56 bool flag2 = string.IsNullOrWhiteSpace(text);
57 if (global::System.Uri.CheckHostName(text) != global::System.UriHostNameType.Unknown)
58 {
59 }
60 int num2 = 47;
61 int num3 = text.IndexOf((char)num2);
62 long num4 = 0L;
63 string text3 = text.Substring((int)num4, num3);
64 return text.Substring(num3);
65 }
class f__AnonymousType0<< Count > j__TPar
static global::System.UriHostNameType CheckHostName(string name)
Definition Uri.cs:1266

References System.Uri.CheckHostName(), j__TPar, System.L, and System.text.

Referenced by System.Security.Authentication.ExtendedProtection.ServiceNameCollection.AddIfNew().