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