C# Класс OpenRasta.Hosting.AspNet.HttpHandlerRegistration

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
HttpHandlerRegistration ( string verb, string path, string type ) : System
Matches ( string httpMethod, Uri path ) : bool

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

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

public HttpHandlerRegistration ( string verb, string path, string type ) : System
verb string
path string
type string
Результат System

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

public Matches ( string httpMethod, Uri path ) : bool
httpMethod string
path System.Uri
Результат bool