terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | Context |
class | GCCDelegate |
Public Member Functions | |
IAsyncResult | BeginGetClientCertificate (AsyncCallback requestCallback, object state) |
global::System.Security.Cryptography.X509Certificates.X509Certificate2 | EndGetClientCertificate (IAsyncResult asyncResult) |
global::System.Security.Cryptography.X509Certificates.X509Certificate2 | GetClientCertificate () |
Task< global::System.Security.Cryptography.X509Certificates.X509Certificate2 > | GetClientCertificateAsync () |
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] |
int | ClientCertificateError [get] |
Encoding | ContentEncoding [get] |
long | ContentLength64 [get] |
string | ContentType [get] |
CookieCollection | Cookies [get] |
bool | HasEntityBody [get] |
global::System.Collections.Specialized.NameValueCollection | Headers [get] |
string | HttpMethod [get] |
Stream | InputStream [get] |
bool | IsAuthenticated [get] |
bool | IsLocal [get] |
bool | IsSecureConnection [get] |
bool | KeepAlive [get] |
IPEndPoint | LocalEndPoint [get] |
Version | ProtocolVersion [get] |
global::System.Collections.Specialized.NameValueCollection | QueryString [get] |
string | RawUrl [get] |
IPEndPoint | RemoteEndPoint [get] |
Guid | RequestTraceIdentifier [get] |
global::System.Uri | Url [get] |
global::System.Uri | UrlReferrer [get] |
string | UserAgent [get] |
string | UserHostAddress [get] |
string | UserHostName [get] |
string[] | UserLanguages [get] |
string | ServiceName [get] |
TransportContext | TransportContext [get] |
bool | IsWebSocketRequest [get] |
Private Member Functions | |
void | CreateQueryString (string query) |
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 |
global::System.Collections.Specialized.NameValueCollection | query_string |
string | raw_url |
global::System.Uri | url |
global::System.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 |
Definition at line 13 of file HttpListenerRequest.cs.