8 writes to IsBodyIncluded
System.ServiceModel.Primitives (8)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (5)
161
result.
IsBodyIncluded
= true;
291
signedParts.
IsBodyIncluded
= true;
294
encryptedParts.
IsBodyIncluded
= true;
360
signedParts.
IsBodyIncluded
= true;
363
encryptedParts.
IsBodyIncluded
= true;
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (3)
58
ChannelParts.
IsBodyIncluded
= newIncludeBody;
61
_actionParts[action].
IsBodyIncluded
= newIncludeBody;
180
target.ChannelParts.
IsBodyIncluded
= ChannelParts.IsBodyIncluded;
4 references to IsBodyIncluded
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
159
if (parts.
IsBodyIncluded
)
System\ServiceModel\Security\MessagePartSpecification.cs (2)
104
_isBodyIncluded |= specification.
IsBodyIncluded
;
246
return !
IsBodyIncluded
;
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
180
target.ChannelParts.IsBodyIncluded = ChannelParts.
IsBodyIncluded
;