Click or drag to resize
weroSoft AG, Software
GenericHttpClientGetAsync Method (String)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Raise a GET request with the given URI, header and query string.

Namespace:  WeroSoft.Communication.Http
Assembly:  WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public Task<bool> GetAsync(
	string queryString
)

Parameters

queryString
Type: SystemString
The query string to be used for the access.

Return Value

Type: TaskBoolean
True if the method was successful; otherwise false.

Implements

IGenericHttpClientGetAsync(String)
See Also