IHttpClient::Post Method

.NET Framework 4.5

Makes an asynchronous http POST request to the specified URL.

Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Task<IResponse^>^ Post(
	String^ url, 
	Action<IRequest^>^ prepareRequest, 
	IDictionary<String^, String^>^ postData
)

Parameters

url
Type: System::String
The URL to send the request to.
prepareRequest
Type: System::Action<IRequest>
A callback that initializes the request with default values.
postData
Type: System.Collections.Generic::IDictionary<String, String>
Form URL encoded data.
Show: