4 references to ConfigurationName
System.WorkflowServices (4)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (4)
186
factory = ChannelManagerHelpers.CreateChannelFactory(logicalChannel.
ConfigurationName
, logicalChannel.ContractType);
279
new InvalidOperationException(SR2.GetString(SR2.Error_CannotProvideChannel_ServiceStopped, logicalChannel.
ConfigurationName
, logicalChannel.CustomAddress)));
295
string endpointName = logicalChannel.
ConfigurationName
;
304
new InvalidOperationException(SR2.GetString(SR2.Error_CannotProvideChannel, logicalChannel.
ConfigurationName
, logicalChannel.CustomAddress)));