IHttpClient Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client.Http
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
A client that can make HTTP request.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The IHttpClient type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Get | Makes an asynchronous HTTP GET request to the specified URL. |
![]() | Initialize | Initializes the HTTP Clients. |
![]() | Post | Makes an asynchronous HTTP POST request to the specified URL. |
| Name | Description | |
|---|---|---|
![]() | GetNegotiationResponse | (Defined by TransportHelper.) |
![]() | Post | Makes an asynchronous http POST request to the specified URL. (Defined by IHttpClientExtensions.) |
Show:
