5 references to CookieContainer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
500_httpCookieContainerManager.CookieContainer = new CookieContainer();
PresentationCore (1)
MS\Internal\AppModel\CookieHandler.cs (1)
39httpRequest.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)
59get => _settings._cookieContainer ??= new CookieContainer();
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
594_httpCookieContainerManager.CookieContainer = new CookieContainer();