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
|
Public Member Functions | |
void | Abort () |
void | AddHeader (string name, string value) |
void | AppendCookie (Cookie cookie) |
void | AppendHeader (string name, string value) |
void | Close () |
void | Close (byte[] responseEntity, bool willBlock) |
void | CopyFrom (HttpListenerResponse templateResponse) |
void | Redirect (string url) |
void | SetCookie (Cookie cookie) |
Package Functions | |
HttpListenerResponse (HttpListenerContext context) | |
void | SendHeaders (bool closing, MemoryStream ms) |
HttpListenerResponse () | |
Package Attributes | |
bool | HeadersSent |
object | headers_lock |
Properties | |
bool | ForceCloseChunked [get, set] |
Encoding | ContentEncoding [get, set] |
long | ContentLength64 [get, set] |
string | ContentType [get, set] |
CookieCollection | Cookies [get, set] |
WebHeaderCollection | Headers [get, set] |
bool | KeepAlive [get, set] |
Stream | OutputStream [get, set] |
Version | ProtocolVersion [get, set] |
string | RedirectLocation [get, set] |
bool | SendChunked [get, set] |
int | StatusCode [get, set] |
string | StatusDescription [get, set] |
Private Member Functions | |
void System.IDisposable. | Dispose () |
void | Close (bool force) |
bool | FindCookie (Cookie cookie) |
Static Private Member Functions | |
static string | FormatHeaders (WebHeaderCollection headers) |
static string | CookieToClientString (Cookie cookie) |
static string | QuotedString (Cookie cookie, string value) |
static bool | IsToken (string value) |
static | HttpListenerResponse () |
Private Attributes | |
bool | disposed |
Encoding | content_encoding |
long | content_length |
bool | cl_set |
string | content_type |
CookieCollection | cookies |
WebHeaderCollection | headers |
bool | keep_alive |
ResponseStream | output_stream |
Version | version |
string | location |
int | status_code |
string | status_description |
bool | chunked |
HttpListenerContext | context |
bool | force_close_chunked |
Static Private Attributes | |
static string | tspecials |
Definition at line 13 of file HttpListenerResponse.cs.