ICookieManager.AppendResponseCookie Method (IOwinContext, String, String, CookieOptions)

 

Namespace:   Microsoft.Owin.Infrastructure
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

void AppendResponseCookie(
    IOwinContext context,
    string key,
    string value,
    CookieOptions options
)
void AppendResponseCookie(
    IOwinContext^ context,
    String^ key,
    String^ value,
    CookieOptions^ options
)
abstract AppendResponseCookie : 
        context:IOwinContext *
        key:string *
        value:string *
        options:CookieOptions -> unit
Sub AppendResponseCookie (
    context As IOwinContext,
    key As String,
    value As String,
    options As CookieOptions
)

Parameters

See Also

ICookieManager Interface
Microsoft.Owin.Infrastructure Namespace

Return to top