HttpSettings.

Cookies Property

Summary

Collection of 'Cookie(s)' to append to the http request.
Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
HttpSettings

Syntax

public IDictionary<string, string> Cookies { get; set; }

Value

Type Description
IDictionary<string, string>