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