1 write to remoteAddress
System.ServiceModel (1)
System\ServiceModel\ProgrammaticEndpointTrait.cs (1)
24this.remoteAddress = remoteAddress;
8 references to remoteAddress
System.ServiceModel (8)
System\ServiceModel\ProgrammaticEndpointTrait.cs (8)
37if (this.remoteAddress != trait1.remoteAddress) 54Fx.Assert(this.remoteAddress != null, "remoteAddress should not be null."); 55hashCode ^= this.remoteAddress.GetHashCode(); 74Fx.Assert(this.remoteAddress != null, "remoteAddress should not be null."); 77return new DuplexChannelFactory<TChannel>(this.callbackInstance, this.binding, this.remoteAddress); 82Fx.Assert(this.remoteAddress != null, "remoteAddress should not be null."); 85return new ChannelFactory<TChannel>(this.binding, this.remoteAddress);