C# Класс PaulStovell.TrialBalance.DownloadWebsite.GetFileHandler

Наследование: IHttpHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
ProcessRequest ( HttpContext context ) : void

Processes the request.

Описание методов

ProcessRequest() публичный Метод

Processes the request.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext The HttpContext to retrieve the request info from and to write the response to.
Результат void