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