C# Class Nancy.Owin.NancyOptionsExtensions

Extensions for the NancyOptions class.
Afficher le fichier Open project: quxn6/2014_3_OperationBluehole

Méthodes publiques

Méthode Description
PassThroughWhenStatusCodesAre ( Nancy.Owin.NancyOptions nancyOptions ) : void

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

Method Details

PassThroughWhenStatusCodesAre() public static méthode

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.
Résultat void