-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Net
Description
using System.Net.WebSockets;
using System.Net.Http;
What is the default ClientWebsocket.Options.Cookies?
At which level is the default storage shared?
- per instance?
- per application?
- per domain?
- global?
What is the persistence?
- until connection is destructed?
- until applicaiton is closed?
- until OS is shutdown?
- other?
Also, how are cookies handled when using HttpClient? It is stated that cookie storage can be controlled by HttpClientHandler.UseCookies, again is not clear (to me, at the moment) what is the scope of those cookies?
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Net