C# Класс Jeff.Handler

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

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

Метод Описание
AddRouteAndResponse ( string method, string route, Func response ) : void
Delete ( string route, Func response ) : void
Get ( string route, Func response ) : void
Handler ( ) : System
Post ( string route, Func response ) : void
Put ( string route, Func response ) : void
Routes ( ) : void

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

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

public AddRouteAndResponse ( string method, string route, Func response ) : void
method string
route string
response Func
Результат void

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

public Delete ( string route, Func response ) : void
route string
response Func
Результат void

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

public Get ( string route, Func response ) : void
route string
response Func
Результат void

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

public Handler ( ) : System
Результат System

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

public Post ( string route, Func response ) : void
route string
response Func
Результат void

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

public Put ( string route, Func response ) : void
route string
response Func
Результат void

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

public abstract Routes ( ) : void
Результат void