7 writes to AllowCookies
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs (3)
66
http.
AllowCookies
= true;
100
http.
AllowCookies
= false;
141
http.
AllowCookies
= true;
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (2)
44
_httpTransport.
AllowCookies
= value;
45
_httpsTransport.
AllowCookies
= value;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (2)
61
HttpTransport.
AllowCookies
= value;
62
HttpsTransport.
AllowCookies
= value;
5 references to AllowCookies
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
98
if (http != null && http.
AllowCookies
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
87
_allowCookies = bindingElement.
AllowCookies
;
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
39
return _httpTransport.
AllowCookies
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (2)
58
get { return HttpTransport.
AllowCookies
; }
195
allowCookies = httpTransportBindingElement.
AllowCookies
;