1 write to _allowCookies
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
87_allowCookies = bindingElement.AllowCookies;
3 references to _allowCookies
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
89if (_allowCookies) 116return _allowCookies; 276clientHandler.UseCookies = _allowCookies;