IHttpClient Interface

Visual Studio 2010
.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)

public interface class IHttpClient

The IHttpClient type exposes the following members.

  NameDescription
Public methodGetMakes an asynchronous http GET request to the specified url.
Public methodPostMakes an asynchronous http POST request to the specified url.
Top
Show: