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
Loading...
Searching...
No Matches
System.Net.FileWebResponse Class Reference
+ Inheritance diagram for System.Net.FileWebResponse:
+ Collaboration diagram for System.Net.FileWebResponse:

Public Member Functions

override void Close ()
 
override Stream GetResponseStream ()
 
void Dispose ()
 
virtual global::System.Runtime.Remoting.ObjRef CreateObjRef (global::System.Type requestedType)
 
virtual object InitializeLifetimeService ()
 

Protected Member Functions

 FileWebResponse (SerializationInfo serializationInfo, StreamingContext streamingContext)
 
override void GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext)
 
virtual void Dispose (bool disposing)
 

Package Functions

 FileWebResponse (FileWebRequest request, Uri uri, FileAccess access, bool asyncHint)
 

Properties

override long ContentLength [get, set]
 
override string ContentType [get, set]
 
override WebHeaderCollection Headers [get, set]
 
override bool SupportsHeaders [get, set]
 
override Uri ResponseUri [get, set]
 
virtual bool IsFromCache [get, set]
 
bool InternalSetFromCache [set]
 
virtual bool IsCacheFresh [get, set]
 
bool InternalSetIsCacheFresh [set]
 
virtual bool IsMutuallyAuthenticated [get, set]
 
global::System.Runtime.Remoting.ServerIdentity ObjectIdentity [get, set]
 

Private Member Functions

void System.Runtime.Serialization.ISerializable. GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext)
 
void CheckDisposed ()
 
void System.Net.ICloseEx. CloseEx (CloseExState closeState)
 

Private Attributes

bool m_closed
 
long m_contentLength
 
FileAccess m_fileAccess
 
WebHeaderCollection m_headers
 
Stream m_stream
 
Uri m_uri
 
bool m_IsCacheFresh
 
bool m_IsFromCache
 
object _identity
 

Static Private Attributes

const int DefaultFileStreamBufferSize = 8192
 
const string DefaultFileContentType = "application/octet-stream"
 

Detailed Description

Definition at line 12 of file FileWebResponse.cs.


The documentation for this class was generated from the following file: