Click or drag to resize

IHttpContext Interface

Interface which represents the context of some request to a HTTP server.

Namespace:  VDS.RDF.Web
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IHttpContext

The IHttpContext type exposes the following members.

Properties
  NameDescription
Public propertyRequest
Gets the HTTP Request.
Public propertyResponse
Gets the HTTP Response.
Public propertyUser
Gets the User.
Top
Extension Methods
  NameDescription
Public Extension MethodGetAcceptTypes
Retrieves the Accept Types to be used to determine the content format to be used in responding to requests.
(Defined by HttpContextExtensions.)
Top
Remarks
Abstraction which allows us to reuse code for request and response processing across different HTTP server environments.
See Also