Click or drag to resize
weroSoft AG, Software
IGenericHttpClient Methods
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

The IGenericHttpClient type exposes the following members.

Methods
  NameDescription
Public methodAddHeaderEntry
Adds a key to the header.
Public methodDeleteAsync
Deletes the given parameters to the defined URL.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAsync
Executes a asynchronous GET call to the server.
Public methodGetAsync(String)
Executes a asynchronous GET call to the server.
Public methodGetResultAsyncTResult
Gets the result of the call.
Public methodGetResultByPathAsyncTResult
Gets a partial result of the call.
Public methodHeadAsync
Calls the HEAD method using the given parameters to the defined URL.
Public methodPatchAsync
Patches the given parameters to the defined URL.
Public methodPostAsync
Executes a asynchronous POST call to the server.
Public methodPutAsync
Executes a asynchronous PUT call to the server.
Public methodUseService(String)
Defines the service which shall be used.
Public methodUseService(String, String)
Defines the service and the entity which shall be used.
Public methodUseService(String, String, String)
Defines the service and the entity which shall be used.
Top
See Also