4 references to EndpointConfigurationName
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\ContractInferenceHelper.cs (1)
264
contract.ConfigurationName = send.
EndpointConfigurationName
;
System\ServiceModel\Activities\Send.cs (3)
250
if (string.IsNullOrEmpty(this.
EndpointConfigurationName
))
257
if (!string.IsNullOrEmpty(this.
EndpointConfigurationName
))
320
EndpointConfigurationName = this.
EndpointConfigurationName
,