7 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.Mvc.Testing (1)
Handlers\CookieContainerHandler.cs (1)
20
: this(new
CookieContainer
())
PresentationCore (1)
MS\Internal\AppModel\CookieHandler.cs (1)
39
httpRequest.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)
59
get => _settings._cookieContainer ??= new
CookieContainer
();
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
594
_httpCookieContainerManager.CookieContainer = new
CookieContainer
();