C# .NET6 中 System.Net.Cookie类的源码在哪里?请具体到这个类在github的源码
net Framework 4.7这个cookie类的源码在:https://github.com/microsoft/referencesource/blob/master/System/net/System/Net/cookie.cs
我希望找.net 6的
检查以下源码:
https://github.com/dotnet/runtime/blob/0a9aecb192e76e7bdf02cead9f93deadbcd2382e/src/libraries/System.Net.Primitives/ref/System.Net.Primitives.cs#L20
https://github.com/dotnet/runtime/blob/0a9aecb192e76e7bdf02cead9f93deadbcd2382e/src/libraries/System.Net.Primitives/src/System/Net/Cookie.cs#L31