1 write to remoteAddress
System.ServiceModel (1)
System\ServiceModel\ConfigurationEndpointTrait.cs (1)
24this.remoteAddress = remoteAddress;
8 references to remoteAddress
System.ServiceModel (8)
System\ServiceModel\ConfigurationEndpointTrait.cs (8)
42if (this.remoteAddress != trait1.remoteAddress) 59if (this.remoteAddress != null) 61hashCode ^= this.remoteAddress.GetHashCode(); 77if (this.remoteAddress != null) 79return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.endpointConfigurationName, this.remoteAddress); 87if (this.remoteAddress != null) 89return new ChannelFactory<TChannel>(this.endpointConfigurationName, this.remoteAddress);