| ResponseDataSender Constructor  | 
            Creates a new ResponseDataSender instance.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic ResponseDataSender(
	HttpContextBase context
)
Parameters
- context
 - Type: System.WebHttpContextBase
HTTP context that will be used for sending a data. 
See Also