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__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, [Optional] Exception error) |
void | Finish (bool ok, [Optional] Exception error) |
Package Attributes | |
readonly int | ID |
Properties | |
HttpWebRequest | Request [get] |
WebConnection | Connection [get, private set] |
ServicePoint | ServicePoint [get, private set] |
BufferOffsetSize | WriteBuffer [get] |
bool | IsNtlmChallenge [get] |
string | ME [get] |
bool | Aborted [get] |
bool | Closed [get] |
WebRequestStream | WriteStream [get] |
WebCompletionSource< ValueTuple< bool, WebOperation > > | Finished [get] |
Private Member Functions | |
void | SetCanceled () |
void | SetError (Exception error) |
ValueTuple< ExceptionDispatchInfo, bool > | SetDisposed (ExceptionDispatchInfo field) |
ExceptionDispatchInfo | CheckThrowDisposed (bool throwIt, ExceptionDispatchInfo field) |
void< RegisterRequest > | b__48_0 () |
Definition at line 14 of file WebOperation.cs.