Base:
method
BuildChannelFactory<TChannel>
System.ServiceModel.Channels.Binding.BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingParameterCollection)
2 references to BuildChannelFactory
Client.ChannelLayer.IntegrationTests (2)
DuplexChannelShapeTests.4.1.0.cs (1)
34factory = binding.BuildChannelFactory<IDuplexSessionChannel>(new BindingParameterCollection());
RequestReplyChannelShapeTests.4.1.0.cs (1)
35factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection());