C# 클래스 Owin.ServiceStack.OwinCookiesAdapter

A concret implementation of ICookies which adapts the OWIN cookies store to the Service Stack
상속: ICookies
파일 보기 프로젝트 열기: thedillonb/Owin.ServiceStack

공개 메소드들

메소드 설명
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

메소드 상세

AddCookie() 공개 메소드

public AddCookie ( Cookie cookie ) : void
cookie System.Net.Cookie
리턴 void

AddPermanentCookie() 공개 메소드

public AddPermanentCookie ( string cookieName, string cookieValue, bool secureOnly = default(bool?) ) : void
cookieName string
cookieValue string
secureOnly bool
리턴 void

AddSessionCookie() 공개 메소드

public AddSessionCookie ( string cookieName, string cookieValue, bool secureOnly = default(bool?) ) : void
cookieName string
cookieValue string
secureOnly bool
리턴 void

DeleteCookie() 공개 메소드

public DeleteCookie ( string cookieName ) : void
cookieName string
리턴 void

OwinCookiesAdapter() 공개 메소드

public OwinCookiesAdapter ( IOwinResponse response ) : ServiceStack.ServiceHost
response IOwinResponse
리턴 ServiceStack.ServiceHost