4 references to IsHeaderIncluded
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
165if (!result.IsHeaderIncluded(headerType.Name, headerType.Namespace))
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
294if (channelEncryptionParts.IsHeaderIncluded(header.Name, header.Namespace))
System\ServiceModel\Security\MessagePartSpecification.cs (1)
198return IsHeaderIncluded(header.Name, header.Namespace);
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
183if (!target.ChannelParts.IsHeaderIncluded(headerType.Name, headerType.Namespace))