| 
    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.HttpListenerContext:Public Member Functions | |
| Task< HttpListenerWebSocketContext > | AcceptWebSocketAsync (string subProtocol) | 
| Task< HttpListenerWebSocketContext > | AcceptWebSocketAsync (string subProtocol, TimeSpan keepAliveInterval) | 
| Task< HttpListenerWebSocketContext > | AcceptWebSocketAsync (string subProtocol, int receiveBufferSize, TimeSpan keepAliveInterval) | 
| Task< HttpListenerWebSocketContext > | AcceptWebSocketAsync (string subProtocol, int receiveBufferSize, TimeSpan keepAliveInterval, ArraySegment< byte > internalBuffer) | 
Package Functions | |
| HttpListenerContext (HttpConnection cnc) | |
| void | ParseAuthentication (AuthenticationSchemes expectedSchemes) | 
| IPrincipal | ParseBasicAuthentication (string authData) | 
| HttpListenerContext () | |
Package Attributes | |
| HttpListener | Listener | 
Properties | |
| int | ErrorStatus [get, set] | 
| string | ErrorMessage [get, set] | 
| bool | HaveError [get, set] | 
| HttpConnection | Connection [get, set] | 
| HttpListenerRequest | Request [get, set] | 
| HttpListenerResponse | Response [get, set] | 
| IPrincipal | User [get, set] | 
Private Attributes | |
| HttpListenerRequest | request | 
| HttpListenerResponse | response | 
| IPrincipal | user | 
| HttpConnection | cnc | 
| string | error | 
| int | err_status | 
Definition at line 13 of file HttpListenerContext.cs.