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 methodGet Makes an asynchronous http GET request to the specified URL.
Public methodPost Makes an asynchronous http POST request to the specified URL.
Top
Show: