ataranto / CefSharp

.Net binding for the Chromium Embedded Framework
Other
62 stars 34 forks source link

Exposing SetCookiePath and SetCookie #18

Closed davybrion closed 12 years ago

davybrion commented 12 years ago

As mentioned in issue #16, this exposes CefSetCookie and CefSetCookiePath

The code isn't properly formatted, since I've had to make the changes in the online github editor due to corporate firewall and proxy issues.

ataranto commented 12 years ago

merged this, then fixed some style/formatting stuff, added DeleteCookies(), and added return values. Thanks!