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