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)
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
();