terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
struct | d__86 |
Public Member Functions | |
override WebResponse | GetResponse () |
override IAsyncResult | BeginGetResponse (AsyncCallback callback, object state) |
override WebResponse | EndGetResponse (IAsyncResult asyncResult) |
override Stream | GetRequestStream () |
override IAsyncResult | BeginGetRequestStream (AsyncCallback callback, object state) |
override Stream | EndGetRequestStream (IAsyncResult asyncResult) |
override void | Abort () |
virtual Task< Stream > | GetRequestStreamAsync () |
virtual Task< WebResponse > | GetResponseAsync () |
virtual ObjRef | CreateObjRef (Type requestedType) |
virtual object | InitializeLifetimeService () |
Static Public Member Functions | |
static void | RegisterPortableWebRequestCreator (IWebRequestCreate creator) |
static WebRequest | Create (string requestUriString) |
static WebRequest | Create (global::System.Uri requestUri) |
static WebRequest | CreateDefault (global::System.Uri requestUri) |
static HttpWebRequest | CreateHttp (string requestUriString) |
static HttpWebRequest | CreateHttp (global::System.Uri requestUri) |
static bool | RegisterPrefix (string prefix, IWebRequestCreate creator) |
static IWebProxy | GetSystemWebProxy () |
Protected Member Functions | |
virtual void | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
Package Functions | |
FtpWebRequest (global::System.Uri uri) | |
void | RequestCallback (object obj) |
void | DataStreamClosed (CloseExState closeState) |
FtpWebRequest () | |
void | SetupCacheProtocol (global::System.Uri uri) |
Static Package Functions | |
static IWebProxy | InternalGetSystemWebProxy () |
Static Package Attributes | |
const int | DefaultTimeout = 100000 |
Properties | |
FtpMethodInfo | MethodInfo [get] |
static new global::System.Net.Cache.RequestCachePolicy | DefaultCachePolicy [get, set] |
override string | Method [get, set] |
string | RenameTo [get, set] |
override ICredentials | Credentials [get, set] |
override global::System.Uri | RequestUri [get] |
override int | Timeout [get, set] |
int | RemainingTimeout [get] |
int | ReadWriteTimeout [get, set] |
long | ContentOffset [get, set] |
override long | ContentLength [get, set] |
override IWebProxy | Proxy [get, set] |
override string | ConnectionGroupName [get, set] |
ServicePoint | ServicePoint [get] |
bool | Aborted [get] |
TimerThread.Queue | TimerQueue [get] |
bool | KeepAlive [get, set] |
override global::System.Net.Cache.RequestCachePolicy | CachePolicy [get, set] |
bool | UseBinary [get, set] |
bool | UsePassive [get, set] |
global::System.Security.Cryptography.X509Certificates.X509CertificateCollection | ClientCertificates [get, set] |
bool | EnableSsl [get, set] |
override WebHeaderCollection | Headers [get, set] |
override string | ContentType [get, set] |
override bool | UseDefaultCredentials [get, set] |
override bool | PreAuthenticate [get, set] |
bool | InUse [get] |
virtual IWebRequestCreate | CreatorInstance [get] |
static object | InternalSyncObject [get] |
static TimerThread.Queue | DefaultTimerQueue [get] |
static ArrayList | PrefixList [get, set] |
global::System.Net.Cache.RequestCacheProtocol | CacheProtocol [get, set] |
global::System.Net.Security.AuthenticationLevel | AuthenticationLevel [get, set] |
TokenImpersonationLevel | ImpersonationLevel [get, set] |
static IWebProxy | InternalDefaultWebProxy [get, set] |
static IWebProxy | DefaultWebProxy [get, set] |
ServerIdentity | ObjectIdentity [get, set] |
Private Types | |
enum | RequestStage { CheckForError , RequestStarted , WriteReady , ReadReady , ReleaseConnection } |
Private Member Functions | |
void | SubmitRequest (bool isAsync) |
Exception | TranslateConnectException (Exception e) |
void | CreateConnectionAsync () |
FtpControlStream | CreateConnection () |
Stream | TimedSubmitRequestHelper (bool isAsync) |
void | TimerCallback (TimerThread.Timer timer, int timeNoticed, object context) |
bool | AttemptedRecovery (Exception e) |
void | SetException (Exception exception) |
void | CheckError () |
void | SyncRequestCallback (object obj) |
void | AsyncRequestCallback (object obj) |
FtpWebRequest.RequestStage | FinishRequestStage (FtpWebRequest.RequestStage stage) |
void | EnsureFtpWebResponse (Exception exception) |
void ISerializable. | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
void | InternalSetCachePolicy (global::System.Net.Cache.RequestCachePolicy policy) |
WindowsIdentity | SafeCaptureIdenity () |
Task< Stream >< GetRequestStreamAsync > | b__78_0 () |
Task< WebResponse >< GetResponseAsync > | b__79_0 () |
Static Private Member Functions | |
static | FtpWebRequest () |
static WebRequest | Create (global::System.Uri requestUri, bool useUriBase) |
static ArrayList | PopulatePrefixList () |
Definition at line 17 of file FtpWebRequest.cs.