2 writes to configurationName
System.ServiceModel (2)
System\ServiceModel\ChannelFactory.cs (2)
274this.configurationName = configurationName; 302this.configurationName = configurationName;
2 references to configurationName
System.ServiceModel (2)
System\ServiceModel\ChannelFactory.cs (2)
185if (this.configurationName != null) 187throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SFxChannelFactoryNoBindingFoundInConfig1, configurationName)));