Ejemplo n.º 1
0
 public static System.Threading.Tasks.Task <System.Net.Http.HttpResponseMessage> PostAsJsonAsync <TValue>(this System.Net.Http.HttpClient client, string?requestUri, TValue value, System.Text.Json.Serialization.Metadata.JsonTypeInfo <TValue> jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Ejemplo n.º 2
0
 public static System.Threading.Tasks.Task <TValue?> GetFromJsonAsync <TValue>(this System.Net.Http.HttpClient client, System.Uri?requestUri, System.Text.Json.Serialization.Metadata.JsonTypeInfo <TValue> jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Ejemplo n.º 3
0
 public static System.Threading.Tasks.Task <T?> ReadFromJsonAsync <T>(this System.Net.Http.HttpContent content, System.Text.Json.Serialization.Metadata.JsonTypeInfo <T> jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Ejemplo n.º 4
0
 public static System.BinaryData FromObjectAsJson <T>(T jsonSerializable, System.Text.Json.Serialization.Metadata.JsonTypeInfo <T> jsonTypeInfo)
 {
     throw null;
 }
Ejemplo n.º 5
0
 public T?ToObjectFromJson <T>(System.Text.Json.Serialization.Metadata.JsonTypeInfo <T> jsonTypeInfo)
 {
     throw null;
 }
Ejemplo n.º 6
0
 public static System.Threading.Tasks.Task <TValue?> DeleteFromJsonAsync <TValue>(this System.Net.Http.HttpClient client, [System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string?requestUri, System.Text.Json.Serialization.Metadata.JsonTypeInfo <TValue> jsonTypeInfo, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }