18 references to BindingParameterCollection
Client.ChannelLayer.IntegrationTests (9)
DuplexChannelShapeTests.4.0.0.cs (2)
37factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new BindingParameterCollection()); 92factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new BindingParameterCollection());
DuplexChannelShapeTests.4.1.0.cs (2)
34factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new BindingParameterCollection()); 94factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new BindingParameterCollection());
RequestReplyChannelShapeTests.4.0.0.cs (4)
36factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection()); 90factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection()); 142factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection()); 198factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection());
RequestReplyChannelShapeTests.4.1.0.cs (1)
35factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection());
Contract.Message.IntegrationTests (1)
MessageTests.4.0.0.cs (1)
25IChannelFactory<IRequestChannel> factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection());
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\Binding.cs (1)
147return GetProperty<MessageVersion>(new BindingParameterCollection());
System\ServiceModel\Channels\BindingElement.cs (1)
46return GetProperty<T>(new BindingContext(new CustomBinding(), new BindingParameterCollection()));
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
157CachedBindingParameters = new BindingParameterCollection();
System\ServiceModel\DeliveryRequirementsAttribute.cs (2)
85IBindingDeliveryCapabilities caps = binding.GetProperty<IBindingDeliveryCapabilities>(new BindingParameterCollection()); 112IBindingDeliveryCapabilities caps = binding.GetProperty<IBindingDeliveryCapabilities>(new BindingParameterCollection());
System\ServiceModel\Description\DispatcherBuilder.cs (2)
17parameters = new BindingParameterCollection(); 316IBindingMulticastCapabilities multicast = binding.GetProperty<IBindingMulticastCapabilities>(new BindingParameterCollection());
System.ServiceModel.Primitives.Tests (1)
Channels\CustomBindingTest.cs (1)
26IChannelFactory<IRequestChannel> factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection());