5 references to IsHeaderIncluded
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
316
bool signed = messageSignedParts.
IsHeaderIncluded
(header.Name, header.Namespace);
317
bool encrypted = messageEncryptedParts.
IsHeaderIncluded
(header.Name, header.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
173
if (!result.
IsHeaderIncluded
(headerType.Name, headerType.Namespace))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessagePartSpecification.cs (1)
186
return
IsHeaderIncluded
(header.Name, header.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
167
if (!target._channelParts.
IsHeaderIncluded
(headerType.Name, headerType.Namespace))