Method | Description | |
---|---|---|
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 AddCookie ( |
||
cookie | ||
return | void |
public AddPermanentCookie ( string cookieName, string cookieValue, bool secureOnly = default(bool?) ) : void | ||
cookieName | string | |
cookieValue | string | |
secureOnly | bool | |
return | void |
public AddSessionCookie ( string cookieName, string cookieValue, bool secureOnly = default(bool?) ) : void | ||
cookieName | string | |
cookieValue | string | |
secureOnly | bool | |
return | void |
public DeleteCookie ( string cookieName ) : void | ||
cookieName | string | |
return | void |
public OwinCookiesAdapter ( IOwinResponse response ) : ServiceStack.ServiceHost | ||
response | IOwinResponse | |
return | ServiceStack.ServiceHost |