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