|
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.HttpListenerRequest:Classes | |
| class | Context |
Public Member Functions | |
| IAsyncResult | BeginGetClientCertificate (AsyncCallback requestCallback, object state) |
| X509Certificate2 | EndGetClientCertificate (IAsyncResult asyncResult) |
| X509Certificate2 | GetClientCertificate () |
| Task< 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, 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 |
Definition at line 15 of file HttpListenerRequest.cs.