C# 클래스 Owin.AppBuilderInlineExtensions

파일 보기 프로젝트 열기: owin/museum-piece-gate

공개 메소드들

메소드 설명
UseGate ( this builder, Response>.Action app ) : IAppBuilder
UseGate ( this builder, Action app ) : IAppBuilder
UseGate ( this builder, Func app ) : IAppBuilder
UseGate ( this builder, Task>.Func app ) : IAppBuilder
UseGate ( this builder, Func app ) : IAppBuilder

메소드 상세

UseGate() 공개 정적인 메소드

public static UseGate ( this builder, Response>.Action app ) : IAppBuilder
builder this
app Response>.Action
리턴 IAppBuilder

UseGate() 공개 정적인 메소드

public static UseGate ( this builder, Action app ) : IAppBuilder
builder this
app Action
리턴 IAppBuilder

UseGate() 공개 정적인 메소드

public static UseGate ( this builder, Func app ) : IAppBuilder
builder this
app Func
리턴 IAppBuilder

UseGate() 공개 정적인 메소드

public static UseGate ( this builder, Task>.Func app ) : IAppBuilder
builder this
app Task>.Func
리턴 IAppBuilder

UseGate() 공개 정적인 메소드

public static UseGate ( this builder, Func app ) : IAppBuilder
builder this
app Func
리턴 IAppBuilder