IRequest Interface

.NET Framework 4.5

Represents the HTTP request.

Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public interface class IRequest

The IRequest type exposes the following members.

  NameDescription
Public propertyAcceptGets or sets the accept header for this request.
Public propertyUserAgentGets or sets the user agent for this request.
Top

  NameDescription
Public methodAbortAborts the request.
Public methodSetRequestHeadersSets the request headers.
Top
Show: