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
Loading...
Searching...
No Matches
System.Net.WebCompletionSource< T > Class Template Reference
+ 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< TWaitForCompletion ()
 

Properties

WebCompletionSource< T >.Result CurrentResult [get, set]
 
WebCompletionSource< T >.Status CurrentStatus [get, set]
 
Task Task [get, set]
 

Private Attributes

TaskCompletionSource< WebCompletionSource< T >.Resultcompletion
 
WebCompletionSource< T >.Result currentResult
 

Detailed Description

Definition at line 14 of file WebCompletionSource.cs.


The documentation for this class was generated from the following files: