Class HttpResponseMessageExtensions.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public static class HttpResponseMessageExtensionsRead as an asynchronous operation.
public static Task<T> ReadAsync(Net.Http.HttpResponseMessage response)
| Type | Name | Description |
|---|---|---|
| Net.Http.HttpResponseMessage | response | The response. |
| Type | Description |
|---|---|
| Task<T> | A Task<T> representing the asynchronous operation. |