Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.39 KB

File metadata and controls

37 lines (23 loc) · 1.39 KB

IRemoteQueryClient.FetchRemoteQueryAsync Method

Index > ExpressionPowerTools.Serialization.EFCore.Http > ExpressionPowerTools.Serialization.EFCore.Http.Signatures > IRemoteQueryClient > FetchRemoteQueryAsync

Fetches the remote content.

Overloads

Overload Description
FetchRemoteQueryAsync(String path, HttpContent queryContent) Fetches the remote content.

FetchRemoteQueryAsync(String path, HttpContent queryContent)

Fetches the remote content.

public virtual Task<String> FetchRemoteQueryAsync(String path, HttpContent queryContent)

Return Type

Task<String> - The result.

Parameters

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