1 write to channelParts
System.ServiceModel (1)
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
23this.channelParts = new MessagePartSpecification();
9 references to channelParts
System.ServiceModel (9)
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (9)
39return this.channelParts; 57this.channelParts.Union(other.channelParts); 72this.channelParts.IsBodyIncluded = newIncludeBody; 84this.channelParts.Union(parts); 111if (!channelParts.IsEmpty()) 154p.Union(this.channelParts); 170if (!target.channelParts.IsHeaderIncluded(headerType.Name, headerType.Namespace)) 195p.Union(this.channelParts);