C# Class RockWeb.GetChannelFeed

Handles retrieving file data from storage
Inheritance: IHttpHandler
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Private Methods

Méthode Description
SendNotAuthorized ( HttpContext context ) : void

Sends a 403 (forbidden)

Method Details

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void