Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetFromJsonAsync() [5/6]

static Task< object?> System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync ( this HttpClient client,
Uri? requestUri,
Type type,
JsonSerializerContext context,
CancellationToken cancellationToken = default(CancellationToken) )
inlinestatic

Definition at line 66 of file HttpClientJsonExtensions.cs.

67 {
68 if (client == null)
69 {
70 throw new ArgumentNullException("client");
71 }
74 }
static async Task< object > GetFromJsonAsyncCore(Task< HttpResponseMessage > taskResponse, Type type, JsonSerializerOptions options, CancellationToken cancellationToken)

References System.cancellationToken, System.Text.Json.Dictionary, System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsyncCore(), and System.type.