DefaultHttpClient Class

.NET Framework 4.5

The default IHttpClient implementation.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Client.Http.DefaultHttpClient

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

Syntax

'Declaration
Public Class DefaultHttpClient _
    Implements IHttpClient
'Usage
Dim instance As DefaultHttpClient
public class DefaultHttpClient : IHttpClient
public ref class DefaultHttpClient : IHttpClient
type DefaultHttpClient =  
    class 
        interface IHttpClient 
    end
public class DefaultHttpClient implements IHttpClient

The DefaultHttpClient type exposes the following members.

Constructors

  Name Description
Public method DefaultHttpClient

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Get
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Post
Public method ToString (Inherited from Object.)

Top

Extension Methods

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

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.SignalR.Client.Http Namespace