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

Namespace: CMS.AspNet.Platform.Routing
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 13.0.131
Syntax
C#
public ResponseDataSender(
	HttpContextBase context
)

Parameters

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