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)

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
Public method Get Makes an asynchronous http GET request to the specified URL.
Public method Post Makes an asynchronous http POST request to the specified URL.

Top

Extension Methods

  Name Description
Public Extension Method GetNegotiationResponse (Defined by TransportHelper.)
Public Extension Method Post (Defined by IHttpClientExtensions.)

Top

See Also

Reference

Microsoft.AspNet.SignalR.Client.Http Namespace