|
Kanda Foundation 0.2.0
|
A client to send UnityWebRequests in a way that is async-compatible. More...
Inheritance diagram for IUnityHttpClient:Public Member Functions | |
| Task< IUnityWebRequest > | SendAsync (IUnityWebRequest request, CancellationToken cancellationToken) |
| Sends a request and awaits the result. | |
A client to send UnityWebRequests in a way that is async-compatible.
| Task< IUnityWebRequest > SendAsync | ( | IUnityWebRequest | request, |
| CancellationToken | cancellationToken ) |
Sends a request and awaits the result.
Implemented in UnityHttpClient.