[PR #413] Implementation for electronjs cookie handling #1167

Open
opened 2026-01-29 16:57:59 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/ElectronNET/Electron.NET/pull/413

State: closed
Merged: Yes


I needed cookie handling in my app, so decided to implement the electronjs's session cookie handling in Electron.Net and here's the pull request (actually my first github pull request ever ;) )
I tried to use your coding standards as much as possible.
Properties might need extra decorators or default values, not sure about them.

I only tested roughly the OnChanged, Get and Set
Important for the Set method is that the URL needs to be filled in. ElectronJS doc is quite clear on that, and I copied the comments.

**Original Pull Request:** https://github.com/ElectronNET/Electron.NET/pull/413 **State:** closed **Merged:** Yes --- I needed cookie handling in my app, so decided to implement the electronjs's session cookie handling in Electron.Net and here's the pull request (actually my first github pull request ever ;) ) I tried to use your coding standards as much as possible. Properties might need extra decorators or default values, not sure about them. I only tested roughly the OnChanged, Get and Set Important for the Set method is that the URL needs to be filled in. ElectronJS doc is quite clear on that, and I copied the comments.
claunia added the pull-request label 2026-01-29 16:57:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1167