12 references to ChannelParts
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
102_incomingSignatureParts.AddParts(protectionRequirements._incomingSignatureParts.ChannelParts); 104_incomingEncryptionParts.AddParts(protectionRequirements._incomingEncryptionParts.ChannelParts); 106_outgoingSignatureParts.AddParts(protectionRequirements._outgoingSignatureParts.ChannelParts); 108_outgoingEncryptionParts.AddParts(protectionRequirements._outgoingEncryptionParts.ChannelParts);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ScopedMessagePartSpecification.cs (4)
164target.ChannelParts.IsBodyIncluded = this.ChannelParts.IsBodyIncluded; 165foreach (XmlQualifiedName headerType in ChannelParts.HeaderTypes) 169target.ChannelParts.HeaderTypes.Add(headerType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (4)
2679encryption.Union(bootstrapProtection.IncomingEncryptionParts.ChannelParts); 2680encryption.Union(bootstrapProtection.OutgoingEncryptionParts.ChannelParts); 2683signature.Union(bootstrapProtection.IncomingSignatureParts.ChannelParts); 2684signature.Union(bootstrapProtection.OutgoingSignatureParts.ChannelParts);