|
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 Mono.Net.Security.AsyncReadRequest:
Collaboration diagram for Mono.Net.Security.AsyncReadRequest:Public Member Functions | |
| AsyncReadRequest (MobileAuthenticatedStream parent, bool sync, byte[] buffer, int offset, int size) | |
| override string | ToString () |
Protected Member Functions | |
| override AsyncOperationStatus | Run (AsyncOperationStatus status) |
Package Functions | |
| void | RequestRead (int size) |
| void | RequestWrite () |
| Task< AsyncProtocolResult > | StartOperation (CancellationToken cancellationToken) |
Properties | |
| BufferOffsetSize | UserBuffer [get, set] |
| int | CurrentSize [get, set] |
| MobileAuthenticatedStream | Parent [get, set] |
| bool | RunSynchronously [get, set] |
| string | Name [get, set] |
| int | UserResult [get, set, protected set] |
Private Member Functions | |
| Task | ProcessOperation (CancellationToken cancellationToken) |
| Task< int?> | InnerRead (CancellationToken cancellationToken) |
Private Attributes | |
| readonly BufferOffsetSize< UserBuffer > | k__BackingField |
| int< CurrentSize > | k__BackingField |
| int | Started |
| int | RequestedSize |
| int | WriteRequested |
| readonly object | locker |
Definition at line 8 of file AsyncReadRequest.cs.