Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Signatures > IRemoteQueryClient > FetchRemoteQueryAsync
Fetches the remote content.
| Overload | Description |
|---|---|
| FetchRemoteQueryAsync(String path, HttpContent queryContent) | Fetches the remote content. |
Fetches the remote content.
public virtual Task<String> FetchRemoteQueryAsync(String path, HttpContent queryContent)Task<String> - The result.
| Parameter | Type | Description |
|---|---|---|
path |
String | The relative path. |
queryContent |
HttpContent | The query. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |