IHttpClient::Get Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client.Http
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Makes an asynchronous http GET request to the specified URL.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
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: