C# Class Owin.Types.Extensions.OwinResponseExtensions

Afficher le fichier Open project: owin/museum-piece-owin-hosting

Méthodes publiques

Méthode Description
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

Method Details

Redirect() public static méthode

public static Redirect ( this response, string location ) : void
response this
location string
Résultat void

SignIn() public static méthode

public static SignIn ( this response, IPrincipal user ) : void
response this
user IPrincipal
Résultat void

SignIn() public static méthode

public static SignIn ( this response, IPrincipal user, string>.IDictionary extra ) : void
response this
user IPrincipal
extra string>.IDictionary
Résultat void

SignOut() public static méthode

public static SignOut ( this response ) : void
response this
Résultat void

Unauthorized() public static méthode

public static Unauthorized ( this response ) : void
response this
Résultat void

Unauthorized() public static méthode

public static Unauthorized ( this response, string authenticationTypes, string>.IDictionary extra ) : void
response this
authenticationTypes string
extra string>.IDictionary
Résultat void