CookiesExtensions
Assembly: ServiceStack.dll
View Source
Declaration
public static class CookiesExtensions
Methods
ToHttpCookie(Cookie)
View Source
Declaration
public static HttpCookie ToHttpCookie(this Cookie cookie)
Returns
System.Web.HttpCookie
Parameters
Type | Name |
---|---|
System.Net.Cookie | cookie |
AsHeaderValue(Cookie)
View Source
Declaration
public static string AsHeaderValue(this Cookie cookie)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Net.Cookie | cookie |