FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsHTTPClientExt..::..Patch Method

Patches the specified request URI.

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

Syntax


public static HttpResponseMessage Patch(
	HttpClient client,
	string requestUri,
	HttpContent iContent
)
Public Shared Function Patch ( _
	client As HttpClient, _
	requestUri As String, _
	iContent As HttpContent _
) As HttpResponseMessage
public:
static HttpResponseMessage^ Patch(
	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

HttpResponseMessage.