Kanda Foundation 0.2.0
Loading...
Searching...
No Matches
IUnityHttpClient Interface Reference

A client to send UnityWebRequests in a way that is async-compatible. More...

+ Inheritance diagram for IUnityHttpClient:

Public Member Functions

Task< IUnityWebRequestSendAsync (IUnityWebRequest request, CancellationToken cancellationToken)
 Sends a request and awaits the result.
 

Detailed Description

A client to send UnityWebRequests in a way that is async-compatible.

Member Function Documentation

◆ SendAsync()

Task< IUnityWebRequest > SendAsync ( IUnityWebRequest request,
CancellationToken cancellationToken )

Sends a request and awaits the result.

Implemented in UnityHttpClient.


The documentation for this interface was generated from the following file: