|
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.WebCompletionSource< T >:
Collaboration diagram for System.Net.WebCompletionSource< T >:Classes | |
| struct | d__15 |
| class | Result |
Public Member Functions | |
| WebCompletionSource () | |
| WebCompletionSource (bool runAsync=true) | |
| bool | TrySetCompleted (T argument) |
| bool | TrySetCompleted () |
| bool | TrySetCanceled () |
| bool | TrySetCanceled (OperationCanceledException error) |
| bool | TrySetException (Exception error) |
| void | ThrowOnError () |
| Task< T > | WaitForCompletion () |
Properties | |
| WebCompletionSource< T >.Result | CurrentResult [get, set] |
| WebCompletionSource< T >.Status | CurrentStatus [get, set] |
| Task | Task [get, set] |
Private Attributes | |
| TaskCompletionSource< WebCompletionSource< T >.Result > | completion |
| WebCompletionSource< T >.Result | currentResult |
Definition at line 14 of file WebCompletionSource.cs.