DefaultHttpClient Class

.NET Framework 4.5

The default IHttpClient implementation.

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)

public ref class DefaultHttpClient : IHttpClient

The DefaultHttpClient type exposes the following members.

  NameDescription
Public methodDefaultHttpClientInitializes a new instance of the DefaultHttpClient class.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetMakes an asynchronous http GET request to the specified url.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializeInitialize the Http Clients.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPostMakes an asynchronous http POST request to the specified url.
Public methodToString (Inherited from Object.)
Top

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

No content here will be updated; please do not add material here.

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