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