1 write to ChannelParts
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
19ChannelParts = new MessagePartSpecification();
17 references to ChannelParts
System.ServiceModel.Primitives (17)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
82IncomingSignatureParts.AddParts(protectionRequirements.IncomingSignatureParts.ChannelParts); 87IncomingEncryptionParts.AddParts(protectionRequirements.IncomingEncryptionParts.ChannelParts); 92OutgoingSignatureParts.AddParts(protectionRequirements.OutgoingSignatureParts.ChannelParts); 97_outgoingEncryptionParts.AddParts(protectionRequirements._outgoingEncryptionParts.ChannelParts);
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
286MessagePartSpecification channelEncryptionParts = ApplicationProtectionRequirements.OutgoingEncryptionParts.ChannelParts;
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (12)
43ChannelParts.Union(other.ChannelParts); 58ChannelParts.IsBodyIncluded = newIncludeBody; 74ChannelParts.Union(parts); 112if (!ChannelParts.IsEmpty()) 165p.Union(ChannelParts); 180target.ChannelParts.IsBodyIncluded = ChannelParts.IsBodyIncluded; 181foreach (XmlQualifiedName headerType in ChannelParts.HeaderTypes) 183if (!target.ChannelParts.IsHeaderIncluded(headerType.Name, headerType.Namespace)) 185target.ChannelParts.HeaderTypes.Add(headerType); 208p.Union(ChannelParts);