IOwinResponse.Cookies Property

Definition

Gets a collection used to manipulate the Set-Cookie header.

public Microsoft.Owin.ResponseCookieCollection Cookies { get; }
member this.Cookies : Microsoft.Owin.ResponseCookieCollection
Public ReadOnly Property Cookies As ResponseCookieCollection

Property Value

A collection used to manipulate the Set-Cookie header.

Applies to