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

◆ LocalAddresses

IPAddress [] System.Net.NclUtilities.LocalAddresses
staticgetpackage

Definition at line 102 of file NclUtilities.cs.

103 {
104 get
105 {
106 object localAddressesLock = NclUtilities.LocalAddressesLock;
107 IPHostEntry localHost = NclUtilities.GetLocalHost();
108 if (localHost != null)
109 {
110 string hostName = localHost.hostName;
111 if (hostName != null)
112 {
113 int num = 46;
114 int num2 = hostName.IndexOf((char)num);
115 string text = localHost.hostName.Substring(num2);
116 }
117 IPAddress[] addressList = localHost.addressList;
118 if (addressList != null)
119 {
120 ushort[] numbers = addressList._numbers;
121 ushort[] numbers2 = addressList._numbers;
122 }
123 }
124 long num3 = 0L;
125 int num4 = 13;
126 if (num3 != 0L)
127 {
128 throw new OutOfMemoryException();
129 }
130 if (num4 == 0)
131 {
132 }
133 long num5 = 0L;
135 if (num5 == 0L)
136 {
137 throw new ArrayTypeMismatchException();
138 }
139 throw new OutOfMemoryException();
140 }
141 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47