1 write to _httpCookieContainerManager
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
91_httpCookieContainerManager = new HttpCookieContainerManager();
3 references to _httpCookieContainerManager
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
226return _httpCookieContainerManager; 498!_httpCookieContainerManager.IsInitialized) // We don't want to overwrite the CookieContainer if someone has set it already. 500_httpCookieContainerManager.CookieContainer = new CookieContainer();