DefaultHttpClient::Post Method

.NET Framework 4.5

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

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

Parameters

url
Type: System::String
prepareRequest
Type: System::Action<IRequest>
postData
Type: System.Collections.Generic::IDictionary<String, String>

Implements

IHttpClient::Post(String, Action<IRequest>, IDictionary<String, String>)
Show: