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