DefaultHttpClient Class

Visual Studio 2010
.NET Framework 4

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 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.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPostMakes an asynchronous http POST request to the specified url.
Public methodToString (Inherited from Object.)
Top

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: