11 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.Tests (1)
Channels\CustomBindingTest.cs (1)
26IChannelFactory<IRequestChannel> factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection());