terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
HttpWebResponse () | |
string | GetResponseHeader (string headerName) |
override Stream | GetResponseStream () |
override void | Close () |
virtual ObjRef | CreateObjRef (Type requestedType) |
virtual object | InitializeLifetimeService () |
Protected Member Functions | |
HttpWebResponse (SerializationInfo serializationInfo, StreamingContext streamingContext) | |
override void | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
override void | Dispose (bool disposing) |
Package Functions | |
HttpWebResponse (global::System.Uri uri, string method, HttpStatusCode status, WebHeaderCollection headers) | |
HttpWebResponse (global::System.Uri uri, string method, WebResponseStream stream, CookieContainer container) | |
Properties | |
string | CharacterSet [get] |
string | ContentEncoding [get] |
override long | ContentLength [get] |
override string | ContentType [get] |
virtual CookieCollection | Cookies [get, set] |
override WebHeaderCollection | Headers [get] |
override bool | IsMutuallyAuthenticated [get] |
DateTime | LastModified [get] |
virtual string | Method [get] |
Version | ProtocolVersion [get] |
override global::System.Uri | ResponseUri [get] |
string | Server [get] |
virtual HttpStatusCode | StatusCode [get] |
virtual string | StatusDescription [get] |
override bool | SupportsHeaders [get] |
virtual bool | IsFromCache [get] |
bool | InternalSetFromCache [set] |
virtual bool | IsCacheFresh [get] |
bool | InternalSetIsCacheFresh [set] |
ServerIdentity | ObjectIdentity [get, set] |
Private Member Functions | |
void ISerializable. | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
void IDisposable. | Dispose () |
void | CheckDisposed () |
void | FillCookies () |
Static Private Member Functions | |
static Exception | GetMustImplement () |
Private Attributes | |
global::System.Uri | uri |
WebHeaderCollection | webHeaders |
CookieCollection | cookieCollection |
string | method |
Version | version |
HttpStatusCode | statusCode |
string | statusDescription |
long | contentLength |
string | contentType |
CookieContainer | cookie_container |
bool | disposed |
Stream | stream |
bool | m_IsCacheFresh |
bool | m_IsFromCache |
object | _identity |
Definition at line 10 of file HttpWebResponse.cs.