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

◆ RemoveListener()

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

Definition at line 88 of file EndPointManager.cs.

89 {
90 if (!true)
91 {
92 }
93 listener.CheckDisposed();
94 IEnumerator<string> enumerator = listener.prefixes.GetEnumerator();
95 }

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

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