4 writes to AllowCookies
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007HttpBinding.cs (1)
99
ws2007HttpBinding.
AllowCookies
= allowCookies;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
135
wsHttpBinding.
AllowCookies
= allowCookies;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (2)
91
this.
AllowCookies
= false;
96
this.
AllowCookies
= true;
2 references to AllowCookies
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (2)
83
if (this.
AllowCookies
)
126
bool allowCookies = ((WSHttpBinding)wsHttpBinding).
AllowCookies
;