Home
last modified time | relevance | path

Searched refs:net_container_add_cookie (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/
H A DCookieContainer.cs349 throw new CookieException(SR.net_container_add_cookie, e); in Add()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dcookiecontainer.cs352 throw new CookieException(SR.GetString(SR.net_container_add_cookie), e); in Add()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs562 …public const string net_container_add_cookie = "An error occurred when adding a cookie to the cont… field in SR