.NET Framework 4
A client that can make http request.
Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Interface IHttpClient
'Usage
Dim instance As IHttpClient
public interface IHttpClient
public interface class IHttpClient
type IHttpClient =  interface end
public interface IHttpClient
The IHttpClient type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Get | Makes an asynchronous http GET request to the specified url. | 
| .jpeg) | Post | Makes an asynchronous http POST request to the specified url. | 
Top
Extension Methods
| Name | Description | |
|---|---|---|
| .gif) | GetNegotiationResponse | (Defined by TransportHelper.) | 
| .gif) | Post | (Defined by IHttpClientExtensions.) | 
Top