|
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.WebOperation:
Collaboration diagram for System.Net.WebOperation:Classes | |
| struct | d__50 |
| struct | d__58 |
Public Member Functions | |
| WebOperation (HttpWebRequest request, BufferOffsetSize writeBuffer, bool isNtlmChallenge, CancellationToken cancellationToken) | |
| void | Abort () |
| void | Close () |
| void | SetPriorityRequest (WebOperation operation) |
| Task< Stream > | GetRequestStream () |
| Task | WaitUntilRequestWritten () |
| Task< WebResponseStream > | GetResponseStream () |
Package Functions | |
| ExceptionDispatchInfo | CheckDisposed (CancellationToken cancellationToken) |
| void | ThrowIfDisposed () |
| void | ThrowIfDisposed (CancellationToken cancellationToken) |
| void | ThrowIfClosedOrDisposed () |
| void | ThrowIfClosedOrDisposed (CancellationToken cancellationToken) |
| void | RegisterRequest (ServicePoint servicePoint, WebConnection connection) |
| Task< WebRequestStream > | GetRequestStreamInternal () |
| void | Run () |
| void | CompleteRequestWritten (WebRequestStream stream, Exception error=null) |
| void | Finish (bool ok, Exception error=null) |
Package Attributes | |
| readonly int | ID |
Properties | |
| HttpWebRequest | Request [get, set] |
| WebConnection | Connection [get, set, private set] |
| ServicePoint | ServicePoint [get, set, private set] |
| BufferOffsetSize | WriteBuffer [get, set] |
| bool | IsNtlmChallenge [get, set] |
| string | ME [get, set] |
| bool | Aborted [get, set] |
| bool | Closed [get, set] |
| WebRequestStream | WriteStream [get, set] |
| WebCompletionSource< ValueTuple< bool, WebOperation > > | Finished [get, set] |
Private Member Functions | |
| void | SetCanceled () |
| void | SetError (Exception error) |
| ValueTuple< ExceptionDispatchInfo, bool > | SetDisposed (ref ExceptionDispatchInfo field) |
| ExceptionDispatchInfo | CheckThrowDisposed (bool throwIt, ref ExceptionDispatchInfo field) |
| void< RegisterRequest > | b__48_0 () |
Definition at line 15 of file WebOperation.cs.