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