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