1 write to AllowCookies
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
80AllowCookies = bindingElement.AllowCookies;
5 references to AllowCookies
System.ServiceModel.Http (5)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
234if (_channelFactory.AllowCookies)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
82if (AllowCookies) 297clientHandler.UseCookies = AllowCookies; 298if (AllowCookies) 591if (AllowCookies &&