4 references to CustomAddress
System.WorkflowServices (4)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (4)
187channel = ChannelManagerHelpers.CreateChannel(logicalChannel.ContractType, factory, logicalChannel.CustomAddress); 279new InvalidOperationException(SR2.GetString(SR2.Error_CannotProvideChannel_ServiceStopped, logicalChannel.ConfigurationName, logicalChannel.CustomAddress))); 297string customAddress = logicalChannel.CustomAddress; 304new InvalidOperationException(SR2.GetString(SR2.Error_CannotProvideChannel, logicalChannel.ConfigurationName, logicalChannel.CustomAddress)));