Mono Class Library: System.Web.HttpResponse Overview | Members

System.Web.HttpResponse.AppendCookie Method

Appends an System.Web.HttpCookie to the response.

public void AppendCookie (HttpCookie cookie)

Parameters

cookie
The cookie to add.

Remarks

This is equivalent to: Response.Cookies.Add (cookie).

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0