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