IHttpClient Interface

.NET Framework 4.5

A client that can make HTTP request.

Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public interface class IHttpClient

The IHttpClient type exposes the following members.

  NameDescription
Public methodGetMakes an asynchronous HTTP GET request to the specified URL.
Public methodInitializeInitializes the HTTP Clients.
Public methodPostMakes an asynchronous HTTP POST request to the specified URL.
Top

  NameDescription
Public Extension MethodGetNegotiationResponse (Defined by TransportHelper.)
Public Extension MethodPostMakes an asynchronous http POST request to the specified URL. (Defined by IHttpClientExtensions.)
Top
Show: