Click or drag to resize
ParticleCloudMakePostRequestWithoutAuthAsync Method
Makes the post request without authentication asynchronous to the particle cloud.

Namespace: Particle
Assembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntax
public virtual Task<RequestResponse> MakePostRequestWithoutAuthAsync(
	string method,
	params KeyValuePair<string, string>[] arguments
)

Parameters

method
Type: SystemString
The method.
arguments
Type: System.Collections.GenericKeyValuePairString, String
The arguments.

Return Value

Type: TaskRequestResponse
The Results of the request
See Also