Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.Json.HttpClientJsonExtensions Member List

This is the complete list of members for System.Net.Http.Json.HttpClientJsonExtensions, including all inherited members.

GetFromJsonAsync(this HttpClient client, string? requestUri, Type type, JsonSerializerOptions? options, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync(this HttpClient client, Uri? requestUri, Type type, JsonSerializerOptions? options, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync(this HttpClient client, string? requestUri, Type type, JsonSerializerContext context, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync(this HttpClient client, Uri? requestUri, Type type, JsonSerializerContext context, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync(this HttpClient client, string? requestUri, Type type, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync(this HttpClient client, Uri? requestUri, Type type, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync< TValue >(this HttpClient client, string? requestUri, JsonSerializerOptions? options, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync< TValue >(this HttpClient client, Uri? requestUri, JsonSerializerOptions? options, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync< TValue >(this HttpClient client, string? requestUri, JsonTypeInfo< TValue > jsonTypeInfo, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync< TValue >(this HttpClient client, Uri? requestUri, JsonTypeInfo< TValue > jsonTypeInfo, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync< TValue >(this HttpClient client, string? requestUri, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsync< TValue >(this HttpClient client, Uri? requestUri, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
GetFromJsonAsyncCore(Task< HttpResponseMessage > taskResponse, Type type, JsonSerializerOptions options, CancellationToken cancellationToken)System.Net.Http.Json.HttpClientJsonExtensionsinlineprivatestatic
GetFromJsonAsyncCore(Task< HttpResponseMessage > taskResponse, Type type, JsonSerializerContext context, CancellationToken cancellationToken)System.Net.Http.Json.HttpClientJsonExtensionsinlineprivatestatic
GetFromJsonAsyncCore< T >(Task< HttpResponseMessage > taskResponse, JsonSerializerOptions options, CancellationToken cancellationToken)System.Net.Http.Json.HttpClientJsonExtensionsinlineprivatestatic
GetFromJsonAsyncCore< T >(Task< HttpResponseMessage > taskResponse, JsonTypeInfo< T > jsonTypeInfo, CancellationToken cancellationToken)System.Net.Http.Json.HttpClientJsonExtensionsinlineprivatestatic
PostAsJsonAsync< TValue >(this HttpClient client, string? requestUri, TValue value, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PostAsJsonAsync< TValue >(this HttpClient client, Uri? requestUri, TValue value, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PostAsJsonAsync< TValue >(this HttpClient client, string? requestUri, TValue value, CancellationToken cancellationToken)System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PostAsJsonAsync< TValue >(this HttpClient client, Uri? requestUri, TValue value, CancellationToken cancellationToken)System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PostAsJsonAsync< TValue >(this HttpClient client, string? requestUri, TValue value, JsonTypeInfo< TValue > jsonTypeInfo, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PostAsJsonAsync< TValue >(this HttpClient client, Uri? requestUri, TValue value, JsonTypeInfo< TValue > jsonTypeInfo, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PutAsJsonAsync< TValue >(this HttpClient client, string? requestUri, TValue value, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PutAsJsonAsync< TValue >(this HttpClient client, Uri? requestUri, TValue value, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PutAsJsonAsync< TValue >(this HttpClient client, string? requestUri, TValue value, CancellationToken cancellationToken)System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PutAsJsonAsync< TValue >(this HttpClient client, Uri? requestUri, TValue value, CancellationToken cancellationToken)System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PutAsJsonAsync< TValue >(this HttpClient client, string? requestUri, TValue value, JsonTypeInfo< TValue > jsonTypeInfo, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
PutAsJsonAsync< TValue >(this HttpClient client, Uri? requestUri, TValue value, JsonTypeInfo< TValue > jsonTypeInfo, CancellationToken cancellationToken=default(CancellationToken))System.Net.Http.Json.HttpClientJsonExtensionsinlinestatic
ReadFromJsonAsyncHelper< T >(HttpContent content, JsonSerializerOptions options, CancellationToken cancellationToken)System.Net.Http.Json.HttpClientJsonExtensionsinlineprivatestatic