9 references to CookieContainer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
500_httpCookieContainerManager.CookieContainer = new CookieContainer();
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionOptions.cs (1)
54_cookies = new CookieContainer();
Microsoft.AspNetCore.Http.Connections.Tests (1)
HttpConnectionDispatcherTests.cs (1)
3317var cookies = new CookieContainer();
Microsoft.AspNetCore.Mvc.Testing (1)
Handlers\CookieContainerHandler.cs (1)
20: this(new CookieContainer())
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
HubConnectionTests.cs (1)
1714var cookieJar = new System.Net.CookieContainer();
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionFactoryTests.cs (1)
89{ $"{nameof(HttpConnectionOptions.Cookies)}", new CookieContainer() },
PresentationCore (1)
MS\Internal\AppModel\CookieHandler.cs (1)
40httpRequest.CookieContainer = new CookieContainer();
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
94_cookieContainer = new CookieContainer();
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
54get => _settings._cookieContainer ??= new CookieContainer();