7 references to BindingParameterCollection
System.ServiceModel (7)
System\ServiceModel\Channels\Binding.cs (7)
174return this.BuildChannelFactory<TChannel>(new BindingParameterCollection(parameters)); 202return this.BuildChannelListener<TChannel>(new BindingParameterCollection(parameters)); 208return this.BuildChannelListener<TChannel>(listenUriBaseAddress, new BindingParameterCollection(parameters)); 214return this.BuildChannelListener<TChannel>(listenUriBaseAddress, listenUriRelativeAddress, new BindingParameterCollection(parameters)); 220return this.BuildChannelListener<TChannel>(listenUriBaseAddress, listenUriRelativeAddress, listenUriMode, new BindingParameterCollection(parameters)); 256return this.CanBuildChannelFactory<TChannel>(new BindingParameterCollection(parameters)); 267return this.CanBuildChannelListener<TChannel>(new BindingParameterCollection(parameters));