Click or drag to resize

WebCaptureMiddleware Constructor (RequestDelegate, IHostingEnvironment)

Initializes a new instance of the WebCaptureMiddleware class

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public WebCaptureMiddleware(
	RequestDelegate next,
	IHostingEnvironment env
)

Parameters

next
Type: RequestDelegate
env
Type: IHostingEnvironment
See Also