Click or drag to resize
weroSoft AG, Software
GenericHttpClientPutAsync Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Puts the given arguments to configured server.

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

Parameters

argument
Type: SystemObject
The arguments to post.

Return Value

Type: TaskBoolean
A value indicating the communication was successful or not.

Implements

IGenericHttpClientPutAsync(Object)
See Also