2 writes to endpointAddress
System.ServiceModel (2)
System\ServiceModel\PeerNodeAddress.cs (2)
21
set { this.
endpointAddress
= (value == null ? null : value.ToEndpointAddress()); }
48
this.
endpointAddress
= endpointAddress;
5 references to endpointAddress
System.ServiceModel (5)
System\ServiceModel\PeerNodeAddress.cs (5)
20
get { return this.
endpointAddress
== null ? null : EndpointAddress10.FromEndpointAddress(this.
endpointAddress
); }
49
servicePath = this.
endpointAddress
.Uri.PathAndQuery.ToUpperInvariant();
55
get { return this.
endpointAddress
; }
64
this.servicePath = this.
endpointAddress
.Uri.PathAndQuery.ToUpperInvariant();