Show / Hide Table of Contents

Class WebContext

Implementation of IHttpContext which wraps the standard System.Web
Inheritance
System.Object
WebContext
Implements
IHttpContext
Namespace: VDS.RDF.Web
Assembly: dotNetRDF.Web.dll
Syntax
public class WebContext : object, IHttpContext

Constructors

| Improve this Doc View Source

WebContext(HttpContext)

Creates a new Web Context
Declaration
public WebContext(HttpContext context)
Parameters
Type Name Description
HttpContext context HTTP Context

Properties

| Improve this Doc View Source

Request

Gets the HTTP Request
Declaration
public IHttpProtocolRequest Request { get; }
Property Value
Type Description
IHttpProtocolRequest
| Improve this Doc View Source

Response

Gets the HTTP Response
Declaration
public IHttpProtocolResponse Response { get; }
Property Value
Type Description
IHttpProtocolResponse
| Improve this Doc View Source

User

Gets the User
Declaration
public IPrincipal User { get; }
Property Value
Type Description
IPrincipal

Implements

IHttpContext

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • WebContext(HttpContext)
  • Properties
    • Request
    • Response
    • User
  • Implements
  • Extension Methods
Back to top Generated by DocFX