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.HttpListenerContext Class Referencesealed
+ Collaboration diagram for System.Net.HttpListenerContext:

Public Member Functions

Task< HttpListenerWebSocketContextAcceptWebSocketAsync (string subProtocol)
 
Task< HttpListenerWebSocketContextAcceptWebSocketAsync (string subProtocol, TimeSpan keepAliveInterval)
 
Task< HttpListenerWebSocketContextAcceptWebSocketAsync (string subProtocol, int receiveBufferSize, TimeSpan keepAliveInterval)
 
Task< HttpListenerWebSocketContextAcceptWebSocketAsync (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
 

Detailed Description

Definition at line 13 of file HttpListenerContext.cs.


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