| 
    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 
   | 
 
 Collaboration diagram for System.Net.EndPointListener:Public Member Functions | |
| EndPointListener (HttpListener listener, IPAddress addr, int port, bool secure) | |
| bool | BindContext (HttpListenerContext context) | 
| void | UnbindContext (HttpListenerContext context) | 
| void | Close () | 
| void | AddPrefix (ListenerPrefix prefix, HttpListener listener) | 
| void | RemovePrefix (ListenerPrefix prefix, HttpListener listener) | 
Package Functions | |
| void | RemoveConnection (HttpConnection conn) | 
Properties | |
| HttpListener | Listener [get, set] | 
Private Member Functions | |
| HttpListener | SearchListener (Uri uri, out ListenerPrefix prefix) | 
| HttpListener | MatchFromList (string host, string path, ArrayList list, out ListenerPrefix prefix) | 
| void | AddSpecial (ArrayList coll, ListenerPrefix prefix) | 
| bool | RemoveSpecial (ArrayList coll, ListenerPrefix prefix) | 
| void | CheckIfRemove () | 
Static Private Member Functions | |
| static void | Accept (Socket socket, SocketAsyncEventArgs e, ref Socket accepted) | 
| static void | ProcessAccept (SocketAsyncEventArgs args) | 
| static void | OnAccept (object sender, SocketAsyncEventArgs e) | 
Private Attributes | |
| HttpListener | listener | 
| IPEndPoint | endpoint | 
| Socket | sock | 
| Hashtable | prefixes | 
| ArrayList | unhandled | 
| ArrayList | all | 
| X509Certificate | cert | 
| bool | secure | 
| Dictionary< HttpConnection, HttpConnection > | unregistered | 
Definition at line 13 of file EndPointListener.cs.