LDClient v.1
Client application for the detection of Lauterbach debugger devices
LDClient.network.IHttpClient Interface Reference

This interface defines the functionality of a HTTP client through which the API client sends data (payloads) to the server. More...

Public Member Functions

Task< HttpResponseMessage > PostAsJsonAsync (Payload payload)
 Asynchronically sends data in JSON format to the server. More...
 

Detailed Description

This interface defines the functionality of a HTTP client through which the API client sends data (payloads) to the server.

Member Function Documentation

◆ PostAsJsonAsync()

Task< HttpResponseMessage > LDClient.network.IHttpClient.PostAsJsonAsync ( Payload  payload)

Asynchronically sends data in JSON format to the server.

Parameters
payloadPayload to be sent to the server
Returns

Implemented in LDClient.network.HttpClient.


The documentation for this interface was generated from the following file: