2 references to CreateChannel
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
191IChannel channel = ChannelManagerHelpers.CreateChannel(factory.ContractType, factory.ChannelFactory, (via == defaultViaUri) ? null : via.ToString());
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
187channel = ChannelManagerHelpers.CreateChannel(logicalChannel.ContractType, factory, logicalChannel.CustomAddress);