4 references to AllowCookies
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
44
_allowCookies = HttpTransportDefaults.
AllowCookies
;
86
[DefaultValue(HttpTransportDefaults.
AllowCookies
)]
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
34
[DefaultValue(HttpTransportDefaults.
AllowCookies
)]
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
55
[DefaultValue(HttpTransportDefaults.
AllowCookies
)]