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 | |
virtual void | Close () |
void | Dispose () |
virtual Stream | GetResponseStream () |
virtual ObjRef | CreateObjRef (Type requestedType) |
virtual object | InitializeLifetimeService () |
Protected Member Functions | |
WebResponse () | |
WebResponse (SerializationInfo serializationInfo, StreamingContext streamingContext) | |
virtual void | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
virtual void | Dispose (bool disposing) |
Properties | |
virtual bool | IsFromCache [get] |
bool | InternalSetFromCache [set] |
virtual bool | IsCacheFresh [get] |
bool | InternalSetIsCacheFresh [set] |
virtual bool | IsMutuallyAuthenticated [get] |
virtual long | ContentLength [get, set] |
virtual string | ContentType [get, set] |
virtual global::System.Uri | ResponseUri [get] |
virtual WebHeaderCollection | Headers [get] |
virtual bool | SupportsHeaders [get] |
ServerIdentity | ObjectIdentity [get, set] |
Private Member Functions | |
void ISerializable. | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
Private Attributes | |
bool | m_IsCacheFresh |
bool | m_IsFromCache |
object | _identity |
Definition at line 9 of file WebResponse.cs.