C# Класс Nancy.Owin.NancyOptionsExtensions

Extensions for the NancyOptions class.
Показать файл Открыть проект

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

Метод Описание
PassThroughWhenStatusCodesAre ( Nancy.Owin.NancyOptions nancyOptions ) : void

Tells the NancyMiddleware to pass through when response has one of the given status codes.

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

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

Tells the NancyMiddleware to pass through when response has one of the given status codes.
public static PassThroughWhenStatusCodesAre ( Nancy.Owin.NancyOptions nancyOptions ) : void
nancyOptions Nancy.Owin.NancyOptions The Nancy options.
Результат void