C# Class Owin.ServiceStack.OwinCookiesAdapter

A concret implementation of ICookies which adapts the OWIN cookies store to the Service Stack
Inheritance: ICookies
Afficher le fichier Open project: thedillonb/Owin.ServiceStack

Méthodes publiques

Méthode Description
AddCookie ( Cookie cookie ) : void
AddPermanentCookie ( string cookieName, string cookieValue, bool secureOnly = default(bool?) ) : void
AddSessionCookie ( string cookieName, string cookieValue, bool secureOnly = default(bool?) ) : void
DeleteCookie ( string cookieName ) : void
OwinCookiesAdapter ( IOwinResponse response ) : ServiceStack.ServiceHost

Method Details

AddCookie() public méthode

public AddCookie ( Cookie cookie ) : void
cookie System.Net.Cookie
Résultat void

AddPermanentCookie() public méthode

public AddPermanentCookie ( string cookieName, string cookieValue, bool secureOnly = default(bool?) ) : void
cookieName string
cookieValue string
secureOnly bool
Résultat void

AddSessionCookie() public méthode

public AddSessionCookie ( string cookieName, string cookieValue, bool secureOnly = default(bool?) ) : void
cookieName string
cookieValue string
secureOnly bool
Résultat void

DeleteCookie() public méthode

public DeleteCookie ( string cookieName ) : void
cookieName string
Résultat void

OwinCookiesAdapter() public méthode

public OwinCookiesAdapter ( IOwinResponse response ) : ServiceStack.ServiceHost
response IOwinResponse
Résultat ServiceStack.ServiceHost