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