DefaultHttpClient Class
.NET Framework 4
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 | |
---|---|---|
DefaultHttpClient |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get | Makes an asynchronous http GET request to the specified url. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Post | Makes an asynchronous http POST request to the specified url. | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetNegotiationResponse | (Defined by TransportHelper.) | |
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.