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__23 |
struct | d__24 |
struct | d__25 |
Public Member Functions | |
AsyncProtocolRequest (MobileAuthenticatedStream parent, bool sync) | |
override string | ToString () |
Protected Member Functions | |
AsyncOperationStatus | Run (AsyncOperationStatus status) |
Package Functions | |
void | RequestRead (int size) |
void | RequestWrite () |
Task< AsyncProtocolResult > | StartOperation (CancellationToken cancellationToken) |
Properties | |
MobileAuthenticatedStream | Parent [get] |
bool | RunSynchronously [get] |
string | Name [get] |
int | UserResult [get, protected set] |
Private Member Functions | |
Task | ProcessOperation (CancellationToken cancellationToken) |
Task< int?> | InnerRead (CancellationToken cancellationToken) |
Private Attributes | |
readonly MobileAuthenticatedStream< Parent > | k__BackingField |
readonly bool< RunSynchronously > | k__BackingField |
int< UserResult > | k__BackingField |
int | Started |
int | RequestedSize |
int | WriteRequested |
readonly object | locker |
Definition at line 12 of file AsyncProtocolRequest.cs.