11 references to BindingParameterCollection
Client.ChannelLayer.IntegrationTests (9)
DuplexChannelShapeTests.4.0.0.cs (2)
37
factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new
BindingParameterCollection
());
92
factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new
BindingParameterCollection
());
DuplexChannelShapeTests.4.1.0.cs (2)
34
factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new
BindingParameterCollection
());
94
factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new
BindingParameterCollection
());
RequestReplyChannelShapeTests.4.0.0.cs (4)
36
factory = binding.BuildChannelFactory<IRequestChannel>(new
BindingParameterCollection
());
90
factory = binding.BuildChannelFactory<IRequestChannel>(new
BindingParameterCollection
());
142
factory = binding.BuildChannelFactory<IRequestChannel>(new
BindingParameterCollection
());
198
factory = binding.BuildChannelFactory<IRequestChannel>(new
BindingParameterCollection
());
RequestReplyChannelShapeTests.4.1.0.cs (1)
35
factory = binding.BuildChannelFactory<IRequestChannel>(new
BindingParameterCollection
());
Contract.Message.IntegrationTests (1)
MessageTests.4.0.0.cs (1)
25
IChannelFactory<IRequestChannel> factory = binding.BuildChannelFactory<IRequestChannel>(new
BindingParameterCollection
());
System.ServiceModel.Primitives.Tests (1)
Channels\CustomBindingTest.cs (1)
26
IChannelFactory<IRequestChannel> factory = binding.BuildChannelFactory<IRequestChannel>(new
BindingParameterCollection
());