Base:
method
BuildChannelFactory<TChannel>
System.ServiceModel.Channels.Binding.BuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingParameterCollection)
3 references to BuildChannelFactory
Client.ChannelLayer.IntegrationTests (2)
RequestReplyChannelShapeTests.4.0.0.cs (2)
36factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection()); 142factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection());
Contract.Message.IntegrationTests (1)
MessageTests.4.0.0.cs (1)
25IChannelFactory<IRequestChannel> factory = binding.BuildChannelFactory<IRequestChannel>(new BindingParameterCollection());