Click or drag to resize
CustomObjectsClientCustomPostRequestTResult, TSettings Method
Customs post request for private API

Namespace: Quickblox.Sdk.Modules.CustomObjectModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<HttpResponse<TResult>> CustomPostRequest<TResult, TSettings>(
	string requestUri,
	TSettings settings
)
where TSettings : BaseRequestSettings

Parameters

requestUri
Type: SystemString
The request URI.
settings
Type: TSettings
The settings.

Type Parameters

TResult
The type of the result.
TSettings
The type of the settings.

Return Value

Type: TaskHttpResponseTResult

[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.CustomObjectModule.CustomObjectsClient.CustomPostRequest``2(System.String,``1)"]

Exceptions
ExceptionCondition
ArgumentNullException
See Also