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

Classes

class  Context
 

Public Member Functions

IAsyncResult BeginGetClientCertificate (AsyncCallback requestCallback, object state)
 
X509Certificate2 EndGetClientCertificate (IAsyncResult asyncResult)
 
X509Certificate2 GetClientCertificate ()
 
Task< X509Certificate2GetClientCertificateAsync ()
 

Package Functions

 HttpListenerRequest (HttpListenerContext context)
 
void SetRequestLine (string req)
 
bool FinishInitialization ()
 
void AddHeader (string header)
 
bool FlushInput ()
 
 HttpListenerRequest ()
 

Static Package Functions

static string Unquote (string str)
 

Properties

string[] AcceptTypes [get, set]
 
int ClientCertificateError [get, set]
 
Encoding ContentEncoding [get, set]
 
long ContentLength64 [get, set]
 
string ContentType [get, set]
 
CookieCollection Cookies [get, set]
 
bool HasEntityBody [get, set]
 
NameValueCollection Headers [get, set]
 
string HttpMethod [get, set]
 
Stream InputStream [get, set]
 
bool IsAuthenticated [get, set]
 
bool IsLocal [get, set]
 
bool IsSecureConnection [get, set]
 
bool KeepAlive [get, set]
 
IPEndPoint LocalEndPoint [get, set]
 
Version ProtocolVersion [get, set]
 
NameValueCollection QueryString [get, set]
 
string RawUrl [get, set]
 
IPEndPoint RemoteEndPoint [get, set]
 
Guid RequestTraceIdentifier [get, set]
 
Uri Url [get, set]
 
Uri UrlReferrer [get, set]
 
string UserAgent [get, set]
 
string UserHostAddress [get, set]
 
string UserHostName [get, set]
 
string[] UserLanguages [get, set]
 
string ServiceName [get, set]
 
TransportContext TransportContext [get, set]
 
bool IsWebSocketRequest [get, set]
 

Private Member Functions

void CreateQueryString (string query)
 
delegate X509Certificate2 GCCDelegate ()
 

Static Private Member Functions

static bool MaybeUri (string s)
 
static bool IsPredefinedScheme (string scheme)
 
static HttpListenerRequest ()
 

Private Attributes

string[] accept_types
 
Encoding content_encoding
 
long content_length
 
bool cl_set
 
CookieCollection cookies
 
WebHeaderCollection headers
 
string method
 
Stream input_stream
 
Version version
 
NameValueCollection query_string
 
string raw_url
 
Uri url
 
Uri referrer
 
string[] user_languages
 
HttpListenerContext context
 
bool is_chunked
 
bool ka_set
 
bool keep_alive
 
HttpListenerRequest.GCCDelegate gcc_delegate
 

Static Private Attributes

static byte[] _100continue
 
static char[] separators
 

Detailed Description

Definition at line 15 of file HttpListenerRequest.cs.


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