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

◆ AddListener()

static void System.Net.EndPointManager.AddListener ( HttpListener listener)
inlinestatic

Definition at line 16 of file EndPointManager.cs.

17 {
18 if (!true)
19 {
20 }
21 listener.CheckDisposed();
22 IEnumerator<string> enumerator = listener.prefixes.GetEnumerator();
23 }

References System.Net.HttpListener.CheckDisposed(), System.Net.HttpListenerPrefixCollection.GetEnumerator(), and System.Net.HttpListener.prefixes.

Referenced by System.Net.HttpListener.Start().