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