FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsHTTPClientExt..::..PatchAsync Method

patch as an asynchronous operation.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static Task<HttpResponseMessage> PatchAsync(
	HttpClient client,
	string requestUri,
	HttpContent iContent
)
Public Shared Function PatchAsync ( _
	client As HttpClient, _
	requestUri As String, _
	iContent As HttpContent _
) As Task(Of HttpResponseMessage)
public:
static Task<HttpResponseMessage^>^ PatchAsync(
	HttpClient^ client, 
	String^ requestUri, 
	HttpContent^ iContent
)

Parameters

client
Type: HttpClient
The client.
requestUri
Type: String
The request URI.
iContent
Type: HttpContent
Content of the i.

Return Value

Task<HttpResponseMessage>.