| 
    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 
   | 
 
 Inheritance diagram for System.Net.HttpWebResponse:
 Collaboration diagram for System.Net.HttpWebResponse:Public Member Functions | |
| HttpWebResponse () | |
| string | GetResponseHeader (string headerName) | 
| override Stream | GetResponseStream () | 
| override void | Close () | 
| virtual global::System.Runtime.Remoting.ObjRef | CreateObjRef (global::System.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 (Uri uri, string method, HttpStatusCode status, WebHeaderCollection headers) | |
| HttpWebResponse (Uri uri, string method, WebResponseStream stream, CookieContainer container) | |
Properties | |
| string | CharacterSet [get, set] | 
| string | ContentEncoding [get, set] | 
| override long | ContentLength [get, set] | 
| override string | ContentType [get, set] | 
| virtual CookieCollection | Cookies [get, set] | 
| override WebHeaderCollection | Headers [get, set] | 
| override bool | IsMutuallyAuthenticated [get, set] | 
| DateTime | LastModified [get, set] | 
| virtual string | Method [get, set] | 
| Version | ProtocolVersion [get, set] | 
| override Uri | ResponseUri [get, set] | 
| string | Server [get, set] | 
| virtual HttpStatusCode | StatusCode [get, set] | 
| virtual string | StatusDescription [get, set] | 
| override bool | SupportsHeaders [get, set] | 
| virtual bool | IsFromCache [get, set] | 
| bool | InternalSetFromCache [set] | 
| virtual bool | IsCacheFresh [get, set] | 
| bool | InternalSetIsCacheFresh [set] | 
| global::System.Runtime.Remoting.ServerIdentity | ObjectIdentity [get, set] | 
Private Member Functions | |
| void System.Runtime.Serialization.ISerializable. | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) | 
| void System.IDisposable. | Dispose () | 
| void | CheckDisposed () | 
| void | FillCookies () | 
Static Private Member Functions | |
| static Exception | GetMustImplement () | 
Private Attributes | |
| 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 13 of file HttpWebResponse.cs.