C# 클래스 Owin.Types.Extensions.OwinResponseExtensions

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

공개 메소드들

메소드 설명
Redirect ( this response, string location ) : void
SignIn ( this response, IPrincipal user ) : void
SignIn ( this response, IPrincipal user, string>.IDictionary extra ) : void
SignOut ( this response ) : void
Unauthorized ( this response ) : void
Unauthorized ( this response, string authenticationTypes, string>.IDictionary extra ) : void

메소드 상세

Redirect() 공개 정적인 메소드

public static Redirect ( this response, string location ) : void
response this
location string
리턴 void

SignIn() 공개 정적인 메소드

public static SignIn ( this response, IPrincipal user ) : void
response this
user IPrincipal
리턴 void

SignIn() 공개 정적인 메소드

public static SignIn ( this response, IPrincipal user, string>.IDictionary extra ) : void
response this
user IPrincipal
extra string>.IDictionary
리턴 void

SignOut() 공개 정적인 메소드

public static SignOut ( this response ) : void
response this
리턴 void

Unauthorized() 공개 정적인 메소드

public static Unauthorized ( this response ) : void
response this
리턴 void

Unauthorized() 공개 정적인 메소드

public static Unauthorized ( this response, string authenticationTypes, string>.IDictionary extra ) : void
response this
authenticationTypes string
extra string>.IDictionary
리턴 void