ICookieManager.AppendResponseCookie Method

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

Syntax

'Declaration
Sub AppendResponseCookie ( _
    context As IOwinContext, _
    key As String, _
    value As String, _
    options As CookieOptions _
)
'Usage
Dim instance As ICookieManager 
Dim context As IOwinContext 
Dim key As String 
Dim value As String 
Dim options As CookieOptions

instance.AppendResponseCookie(context, _
    key, value, options)
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
function AppendResponseCookie(
    context : IOwinContext, 
    key : String, 
    value : String, 
    options : CookieOptions
)

Parameters

See Also

Reference

ICookieManager Interface

Microsoft.Owin.Infrastructure Namespace