IHttpClient Interface
.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 | |
---|---|---|
Get | Makes an asynchronous http GET request to the specified url. | |
Post | Makes an asynchronous http POST request to the specified url. |
Top
Extension Methods
Name | Description | |
---|---|---|
GetNegotiationResponse | (Defined by TransportHelper.) | |
Post | (Defined by IHttpClientExtensions.) |
Top