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.FileWebRequest Class Reference
+ Inheritance diagram for System.Net.FileWebRequest:
+ Collaboration diagram for System.Net.FileWebRequest:

Public Member Functions

override IAsyncResult BeginGetRequestStream (AsyncCallback callback, object state)
 
override IAsyncResult BeginGetResponse (AsyncCallback callback, object state)
 
override Stream EndGetRequestStream (IAsyncResult asyncResult)
 
override WebResponse EndGetResponse (IAsyncResult asyncResult)
 
override Stream GetRequestStream ()
 
override WebResponse GetResponse ()
 
override void Abort ()
 
virtual Task< StreamGetRequestStreamAsync ()
 
virtual Task< WebResponseGetResponseAsync ()
 
virtual global::System.Runtime.Remoting.ObjRef CreateObjRef (global::System.Type requestedType)
 
virtual object InitializeLifetimeService ()
 

Static Public Member Functions

static void RegisterPortableWebRequestCreator (IWebRequestCreate creator)
 
static WebRequest Create (string requestUriString)
 
static WebRequest Create (Uri requestUri)
 
static WebRequest CreateDefault (Uri requestUri)
 
static HttpWebRequest CreateHttp (string requestUriString)
 
static HttpWebRequest CreateHttp (Uri requestUri)
 
static bool RegisterPrefix (string prefix, IWebRequestCreate creator)
 
static IWebProxy GetSystemWebProxy ()
 

Protected Member Functions

 FileWebRequest (SerializationInfo serializationInfo, StreamingContext streamingContext)
 
override void GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext)
 

Package Functions

 FileWebRequest (Uri uri)
 
void UnblockReader ()
 
void SetupCacheProtocol (Uri uri)
 

Static Package Functions

static IWebProxy InternalGetSystemWebProxy ()
 

Static Package Attributes

const int DefaultTimeout = 100000
 

Properties

bool Aborted [get, set]
 
override string ConnectionGroupName [get, set]
 
override long ContentLength [get, set]
 
override string ContentType [get, set]
 
override ICredentials Credentials [get, set]
 
override WebHeaderCollection Headers [get, set]
 
override string Method [get, set]
 
override bool PreAuthenticate [get, set]
 
override IWebProxy Proxy [get, set]
 
override int Timeout [get, set]
 
override Uri RequestUri [get, set]
 
override bool UseDefaultCredentials [get, set]
 
virtual IWebRequestCreate CreatorInstance [get, set]
 
static object InternalSyncObject [get, set]
 
static TimerThread.Queue DefaultTimerQueue [get, set]
 
static ArrayList PrefixList [get, set]
 
static RequestCachePolicy DefaultCachePolicy [get, set]
 
virtual RequestCachePolicy CachePolicy [get, set]
 
RequestCacheProtocol CacheProtocol [get, set]
 
AuthenticationLevel AuthenticationLevel [get, set]
 
TokenImpersonationLevel ImpersonationLevel [get, set]
 
static IWebProxy InternalDefaultWebProxy [get, set]
 
static IWebProxy DefaultWebProxy [get, set]
 
global::System.Runtime.Remoting.ServerIdentity ObjectIdentity [get, set]
 

Private Member Functions

void System.Runtime.Serialization.ISerializable. GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext)
 
bool CanGetRequestStream ()
 
void InternalSetCachePolicy (RequestCachePolicy policy)
 
WindowsIdentity SafeCaptureIdenity ()
 
Task< Stream >< GetRequestStreamAsyncb__78_0 ()
 
Task< WebResponse >< GetResponseAsyncb__79_0 ()
 

Static Private Member Functions

static void GetRequestStreamCallback (object state)
 
static void GetResponseCallback (object state)
 
static FileWebRequest ()
 
static WebRequest Create (Uri requestUri, bool useUriBase)
 
static ArrayList PopulatePrefixList ()
 

Private Attributes

string m_connectionGroupName
 
long m_contentLength
 
ICredentials m_credentials
 
FileAccess m_fileAccess
 
WebHeaderCollection m_headers
 
string m_method
 
bool m_preauthenticate
 
IWebProxy m_proxy
 
ManualResetEvent m_readerEvent
 
bool m_readPending
 
WebResponse m_response
 
Stream m_stream
 
bool m_syncHint
 
int m_timeout
 
Uri m_uri
 
bool m_writePending
 
bool m_writing
 
LazyAsyncResult m_WriteAResult
 
LazyAsyncResult m_ReadAResult
 
int m_Aborted
 
AuthenticationLevel m_AuthenticationLevel
 
TokenImpersonationLevel m_ImpersonationLevel
 
RequestCachePolicy m_CachePolicy
 
RequestCacheProtocol m_CacheProtocol
 
RequestCacheBinding m_CacheBinding
 
object _identity
 

Static Private Attributes

static WaitCallback s_GetRequestStreamCallback
 
static WaitCallback s_GetResponseCallback
 
static ArrayList s_PrefixList
 
static object s_InternalSyncObject
 
static TimerThread.Queue s_DefaultTimerQueue
 
static WebRequest.DesignerWebRequestCreate webRequestCreate
 
static IWebProxy s_DefaultWebProxy
 
static bool s_DefaultWebProxyInitialized
 

Detailed Description

Definition at line 13 of file FileWebRequest.cs.


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