C# Class Nancy.Owin.NancyOptionsExtensions

Extensions for the NancyOptions class.
Show file Open project: quxn6/2014_3_OperationBluehole

Public Methods

Method 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 method

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.
return void