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

◆ Resolve()

void System.Net.EndpointPermission.Resolve ( )
inlinepackage

Definition at line 235 of file EndpointPermission.cs.

236 {
237 bool flag = this.resolved;
238 if (!flag)
239 {
240 string text = this.hostname;
241 if (!flag)
242 {
243 }
244 return;
245 }
246 }

References System.Net.EndpointPermission.hostname, System.Net.EndpointPermission.resolved, and System.text.

Referenced by System.Net.EndpointPermission.IntersectHostname(), and System.Net.EndpointPermission.IsSubsetOf().