IRequest Interface
.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 | |
---|---|---|
Accept | The accept header for this request. | |
CookieContainer | The cookies for this request. | |
Credentials | The credentials for this request. | |
Proxy | The proxy information for this request. | |
UserAgent | The user agent for this request. |
Top
Methods
Name | Description | |
---|---|---|
Abort | Aborts the request. |
Top