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)
226
return
_httpCookieContainerManager
;
498
!
_httpCookieContainerManager
.IsInitialized) // We don't want to overwrite the CookieContainer if someone has set it already.
500
_httpCookieContainerManager
.CookieContainer = new CookieContainer();