IHttpClient::Get Method

.NET Framework 4.5

Makes an asynchronous http GET request to the specified URL.

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

Task<IResponse^>^ Get(
	String^ url, 
	Action<IRequest^>^ prepareRequest
)

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.
Show: