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