terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.FileWebResponse Class Reference
+ Inheritance diagram for System.Net.FileWebResponse:

Public Member Functions

override void Close ()
 
override Stream GetResponseStream ()
 
void Dispose ()
 
virtual ObjRef CreateObjRef (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, global::System.Uri uri, FileAccess access, bool asyncHint)
 

Properties

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

Private Member Functions

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

Private Attributes

bool m_closed
 
long m_contentLength
 
FileAccess m_fileAccess
 
WebHeaderCollection m_headers
 
Stream m_stream
 
global::System.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 9 of file FileWebResponse.cs.


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