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

◆ HostEntry

IPHostEntry System.Net.ServicePoint.HostEntry
getpackage

Definition at line 357 of file ServicePoint.cs.

358 {
359 get
360 {
361 object obj = this.hostE;
362 long num = 0L;
363 string text = this.uri.Host;
364 global::System.UriHostNameType hostNameType = this.uri.HostNameType;
365 global::System.UriHostNameType hostNameType2 = this.uri.HostNameType;
366 if (this.host == null)
367 {
368 global::System.UriHostNameType hostNameType3 = this.uri.HostNameType;
369 int stringLength = text._stringLength;
370 int num2 = 1;
371 string text2 = text.Substring(num2, (int)num);
372 IPAddress ipaddress = IPAddress.Parse(text2);
373 if (ipaddress != null && ipaddress == null)
374 {
375 throw new ArrayTypeMismatchException();
376 }
377 IPHostEntry iphostEntry = this.host;
378 bool hasTimedOut = this.HasTimedOut;
379 if (this.host == null)
380 {
383 IPHostEntry iphostEntry2;
385 return iphostEntry2;
386 }
387 }
388 long num3 = 0L;
390 if (num3 == 0L)
391 {
392 return this.host;
393 }
394 throw new OutOfMemoryException();
395 }
396 }
class f__AnonymousType0<< Count > j__TPar
readonly global::System.Uri uri
static void Exit(object obj)
Definition Monitor.cs:47
string Host
Definition Uri.cs:811
global::System.UriHostNameType HostNameType
Definition Uri.cs:610
static DateTime UtcNow
Definition DateTime.cs:1318

Referenced by System.Net.WebConnection.d__16.MoveNext().