C# Класс Owin.Types.Extensions.OwinResponseExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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