4 writes to bindingParameters
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelBuilder.cs (4)
26this.bindingParameters = context.BindingParameters; 32this.bindingParameters = bindingParameters; 42this.bindingParameters = channelBuilder.BindingParameters; 58set { this.bindingParameters = value; }
7 references to bindingParameters
System.ServiceModel (7)
System\ServiceModel\Channels\ChannelBuilder.cs (7)
57get { return this.bindingParameters; } 87return this.binding.BuildChannelFactory<TChannel>(this.bindingParameters); 102return this.binding.BuildChannelListener<TChannel>(this.listenUri, this.bindingParameters); 108this.bindingParameters.Add(new ChannelDemuxerFilter(filter, priority)); 110this.bindingParameters.Remove<ChannelDemuxerFilter>(); 117return this.binding.CanBuildChannelFactory<TChannel>(this.bindingParameters); 122return this.binding.CanBuildChannelListener<TChannel>(this.bindingParameters);