3 writes to channelPoolSettings
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayBindingElement.cs (3)
24
this.
channelPoolSettings
= new ChannelPoolSettings();
32
this.
channelPoolSettings
= elementToBeCloned.ChannelPoolSettings.Clone();
48
this.
channelPoolSettings
= value;
3 references to channelPoolSettings
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayBindingElement.cs (3)
41
return this.
channelPoolSettings
;
288
if (!this.
channelPoolSettings
.IsMatch(oneWayBindingElement.ChannelPoolSettings))
339
return this.
channelPoolSettings
.InternalShouldSerialize();