11 writes to IsBodyIncluded
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
427signedParts.IsBodyIncluded = true; 430encryptedParts.IsBodyIncluded = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (5)
169result.IsBodyIncluded = true; 295signedParts.IsBodyIncluded = true; 297encryptedParts.IsBodyIncluded = true; 355signedParts.IsBodyIncluded = true; 358encryptedParts.IsBodyIncluded = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (3)
69_channelParts.IsBodyIncluded = newIncludeBody; 71_actionParts[action].IsBodyIncluded = newIncludeBody; 164target.ChannelParts.IsBodyIncluded = this.ChannelParts.IsBodyIncluded;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
328parts.IsBodyIncluded = true;
12 references to IsBodyIncluded
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (4)
274ProtectionLevel newProtectionLevel = GetProtectionLevel(messageSignedParts.IsBodyIncluded, messageEncryptedParts.IsBodyIncluded, message.Action); 368ProtectionLevel newProtectionLevel = GetProtectionLevel(messageSignedParts.IsBodyIncluded, messageEncryptedParts.IsBodyIncluded, fault.Action);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
167if (parts.IsBodyIncluded)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessagePartSpecification.cs (2)
98_isBodyIncluded |= specification.IsBodyIncluded; 227return !this.IsBodyIncluded;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
164target.ChannelParts.IsBodyIncluded = this.ChannelParts.IsBodyIncluded;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (4)
273if (parts.IsBodyIncluded) 301if (parts.IsBodyIncluded) 2732if (encryption.IsBodyIncluded != true) 2741if (signature.IsBodyIncluded != true)