terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Net.EndPointManager Class Referencesealed
+ Collaboration diagram for System.Net.EndPointManager:

Static Public Member Functions

static void AddListener (HttpListener listener)
 
static void AddPrefix (string prefix, HttpListener listener)
 
static void RemoveEndPoint (EndPointListener epl, IPEndPoint ep)
 
static void RemoveListener (HttpListener listener)
 
static void RemovePrefix (string prefix, HttpListener listener)
 

Private Member Functions

 EndPointManager ()
 

Static Private Member Functions

static void AddPrefixInternal (string p, HttpListener listener)
 
static EndPointListener GetEPListener (string host, int port, HttpListener listener, bool secure)
 
static void RemovePrefixInternal (string prefix, HttpListener listener)
 
static EndPointManager ()
 

Static Private Attributes

static Hashtable ip_to_endpoints
 

Detailed Description

Definition at line 11 of file EndPointManager.cs.


The documentation for this class was generated from the following file: