1 write to endpointConfigurationName
System.ServiceModel (1)
System\ServiceModel\ConfigurationEndpointTrait.cs (1)
23this.endpointConfigurationName = endpointConfigurationName;
8 references to endpointConfigurationName
System.ServiceModel (8)
System\ServiceModel\ConfigurationEndpointTrait.cs (8)
36if (string.CompareOrdinal(this.endpointConfigurationName, trait1.endpointConfigurationName) != 0) 56Fx.Assert(this.endpointConfigurationName != null, "endpointConfigurationName should not be null."); 57hashCode ^= this.endpointConfigurationName.GetHashCode(); 79return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.endpointConfigurationName, this.remoteAddress); 82return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.endpointConfigurationName); 89return new ChannelFactory<TChannel>(this.endpointConfigurationName, this.remoteAddress); 92return new ChannelFactory<TChannel>(this.endpointConfigurationName);