2 references to BindingParameterCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (2)
166
return this.BuildChannelFactory<TChannel>(new
BindingParameterCollection
(parameters));
193
return this.CanBuildChannelFactory<TChannel>(new
BindingParameterCollection
(parameters));