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