C# Класс Pcc.PccHandler

This is the base class for PCC request handlers.
Показать файл Открыть проект

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

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

Защищенные методы

Метод Описание
GetStringFromUrl ( HttpContext context, Match match, string parameterName ) : string

Tries to extract the document identification string from the url requested and return that string.

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

GetStringFromUrl() защищенный Метод

Tries to extract the document identification string from the url requested and return that string.
protected GetStringFromUrl ( HttpContext context, Match match, string parameterName ) : string
context System.Web.HttpContext Current HTTP context
match System.Text.RegularExpressions.Match Matching parameter found for the url being requested.
parameterName string Parameter name that is being matched or looked for to get its content or value
Результат string

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

public abstract ProcessRequest ( HttpContext context, Match match ) : void
context System.Web.HttpContext
match System.Text.RegularExpressions.Match
Результат void