.NET Framework 4
The http request
Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Interface IRequest
'Usage
Dim instance As IRequest
public interface IRequest
public interface class IRequest
type IRequest =  interface end
public interface IRequest
The IRequest type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Accept | The accept header for this request. | 
| .jpeg) | CookieContainer | The cookies for this request. | 
| .jpeg) | Credentials | The credentials for this request. | 
| .jpeg) | Proxy | The proxy information for this request. | 
| .jpeg) | UserAgent | The user agent for this request. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Abort | Aborts the request. | 
Top