4 references to HttpCookie
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (1)
136|| (typeof(TChannel) == typeof(IDuplexSessionChannel) && this.ContextExchangeMechanism != ContextExchangeMechanism.HttpCookie))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextExchangeMechanismHelper.cs (1)
14value == ContextExchangeMechanism.HttpCookie;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (2)
98result.Insert(0, new ContextBindingElement(this.ContextProtectionLevel, ContextExchangeMechanism.HttpCookie, this.ClientCallbackAddress, this.ContextManagementEnabled)); 127if (allowCookies && contextBindingElement.ContextExchangeMechanism == ContextExchangeMechanism.HttpCookie