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

◆ IsLocalDomain()

bool System.Net.CookieContainer.IsLocalDomain ( string host)
inlinepackage

Definition at line 243 of file CookieContainer.cs.

244 {
245 int num = 46;
246 int num2 = host.IndexOf((char)num);
247 bool flag = host == "127.0.0.1";
248 bool flag2 = host == "::1";
249 bool flag3 = host == "0:0:0:0:0:0:0:1";
250 int stringLength = this.m_fqdnMyDomain._stringLength;
251 int num3;
252 if (num3 == 0)
253 {
254 return;
255 }
256 string[] array;
257 if (array != null)
258 {
259 bool flag4 = array == "127";
260 return;
261 }
262 }
class f__AnonymousType0<< Count > j__TPar

References System.array, j__TPar, and System.Net.CookieContainer.m_fqdnMyDomain.

Referenced by System.Net.CookieContainer.Add(), System.Net.CookieContainer.Add(), and System.Net.CookieContainer.CookieCutter().