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
Public property Accept The accept header for this request.
Public property CookieContainer The cookies for this request.
Public property Credentials The credentials for this request.
Public property Proxy The proxy information for this request.
Public property UserAgent The user agent for this request.

Top

Methods

  Name Description
Public method Abort Aborts the request.

Top

See Also

Reference

Microsoft.AspNet.SignalR.Client.Http Namespace