2 references to defaultViaUri
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManager.cs (2)
128Uri via = (customAddress != null) ? new Uri(customAddress) : defaultViaUri; 191IChannel channel = ChannelManagerHelpers.CreateChannel(factory.ContractType, factory.ChannelFactory, (via == defaultViaUri) ? null : via.ToString());