Click or drag to resize
ResponseDataSender Constructor
Creates a new ResponseDataSender instance.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 12.0.0
Syntax
C#
public ResponseDataSender(
	HttpContextBase context
)

Parameters

context
Type: System.WebHttpContextBase
HTTP context that will be used for sending a data.
See Also