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
System.Net.HttpListenerContext Class Referencesealed

Public Member Functions

Task< global::System.Net.WebSockets.HttpListenerWebSocketContext > AcceptWebSocketAsync (string subProtocol)
 
Task< global::System.Net.WebSockets.HttpListenerWebSocketContext > AcceptWebSocketAsync (string subProtocol, TimeSpan keepAliveInterval)
 
Task< global::System.Net.WebSockets.HttpListenerWebSocketContext > AcceptWebSocketAsync (string subProtocol, int receiveBufferSize, TimeSpan keepAliveInterval)
 
Task< global::System.Net.WebSockets.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]
 
HttpConnection Connection [get]
 
HttpListenerRequest Request [get]
 
HttpListenerResponse Response [get]
 
IPrincipal User [get]
 

Private Attributes

HttpListenerRequest request
 
HttpListenerResponse response
 
IPrincipal user
 
HttpConnection cnc
 
string error
 
int err_status
 

Detailed Description

Definition at line 10 of file HttpListenerContext.cs.


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