Esempio n. 1
0
 public BinaryData(object?jsonSerializable, System.Text.Json.Serialization.JsonSerializerContext context, Type?type = null)
 {
 }
Esempio n. 2
0
 public static System.Threading.Tasks.Task <object?> GetFromJsonAsync(this System.Net.Http.HttpClient client, System.Uri?requestUri, System.Type type, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Esempio n. 3
0
 public static System.Threading.Tasks.Task <object?> GetFromJsonAsync(this System.Net.Http.HttpClient client, [System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string?requestUri, System.Type type, System.Text.Json.Serialization.JsonSerializerContext context, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }