|
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.HttpStreamAsyncResult:
Collaboration diagram for System.Net.HttpStreamAsyncResult:Public Member Functions | |
| void | Complete (Exception e) |
| void | Complete () |
| HttpStreamAsyncResult () | |
Package Attributes | |
| byte[] | Buffer |
| int | Offset |
| int | Count |
| AsyncCallback | Callback |
| object | State |
| int | SynchRead |
| Exception | Error |
Properties | |
| object | AsyncState [get, set] |
| WaitHandle | AsyncWaitHandle [get, set] |
| bool | CompletedSynchronously [get, set] |
| bool | IsCompleted [get, set] |
Private Attributes | |
| object | locker |
| ManualResetEvent | handle |
| bool | completed |
Definition at line 9 of file HttpStreamAsyncResult.cs.