Click or drag to resize

Request Constructor

Initializes a new istance of the Dynamicweb.Environment.Web.Request class that wraps an instance of the HttpContextBase class

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public Request(
	HttpContextBase context
)

Parameters

context
Type: System.WebHttpContextBase
The HttpContextBase providing access to a HttoRequestBase instance
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext
ArgumentExceptioncontext.Request cannot be null;context.Request
ArgumentException
ArgumentNullException
See Also