C# 클래스 Nancy.Owin.NancyOptionsExtensions

Extensions for the NancyOptions class.
파일 보기 프로젝트 열기: quxn6/2014_3_OperationBluehole

공개 메소드들

메소드 설명
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