DefaultHttpClient::Get 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^>^ Get(
	String^ url, 
	Action<IRequest^>^ prepareRequest
) sealed

Parameters

url
Type: System::String
prepareRequest
Type: System::Action<IRequest>

Implements

IHttpClient::Get(String, Action<IRequest>)
Show: