|
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
|
Inheritance diagram for System.Net.FtpWebRequest:
Collaboration diagram for System.Net.FtpWebRequest: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 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 | |
| virtual void | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
Package Functions | |
| FtpWebRequest (Uri uri) | |
| void | RequestCallback (object obj) |
| void | DataStreamClosed (CloseExState closeState) |
| FtpWebRequest () | |
| void | SetupCacheProtocol (Uri uri) |
Static Package Functions | |
| static IWebProxy | InternalGetSystemWebProxy () |
Static Package Attributes | |
| const int | DefaultTimeout = 100000 |
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 System.Runtime.Serialization.ISerializable. | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
| void | InternalSetCachePolicy (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 (Uri requestUri, bool useUriBase) |
| static ArrayList | PopulatePrefixList () |
Definition at line 18 of file FtpWebRequest.cs.