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)
34
factory = binding.
BuildChannelFactory
<IDuplexSessionChannel>(new BindingParameterCollection());
RequestReplyChannelShapeTests.4.1.0.cs (1)
35
factory = binding.
BuildChannelFactory
<IRequestChannel>(new BindingParameterCollection());