메소드 | 설명 | |
---|---|---|
AddCookie ( |
||
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 |
public AddPermanentCookie ( string cookieName, string cookieValue, bool secureOnly = default(bool?) ) : void | ||
cookieName | string | |
cookieValue | string | |
secureOnly | bool | |
리턴 | void |
public AddSessionCookie ( string cookieName, string cookieValue, bool secureOnly = default(bool?) ) : void | ||
cookieName | string | |
cookieValue | string | |
secureOnly | bool | |
리턴 | void |
public OwinCookiesAdapter ( IOwinResponse response ) : ServiceStack.ServiceHost | ||
response | IOwinResponse | |
리턴 | ServiceStack.ServiceHost |