Click or drag to resize
weroSoft AG, Software
IGenericHttpClientGetAsync Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Executes a asynchronous GET call to the server.

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

Return Value

Type: TaskBoolean
A value indicating whether the call was successful (true) or not (false)
See Also