C# Class RockWeb.GetChannelFeed

Handles retrieving file data from storage
Inheritance: IHttpHandler
Show file Open project: NewSpring/Rock

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
SendNotAuthorized ( HttpContext context ) : void

Sends a 403 (forbidden)

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void