5 references to BuildChannelFactory
Client.ChannelLayer.IntegrationTests (4)
DuplexChannelShapeTests.4.0.0.cs (2)
37factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new BindingParameterCollection()); 92factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new BindingParameterCollection());
RequestReplyChannelShapeTests.4.0.0.cs (2)
90factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection()); 198factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection());
System.ServiceModel.Primitives.Tests (1)
Channels\CustomBindingTest.cs (1)
26IChannelFactory<IRequestChannel> factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection());