2 writes to uri
System.ServiceModel (2)
System\ServiceModel\EndpointAddress.cs (2)
1286this.uri = address.Uri; 1299set { this.uri = value; }
2 references to uri
System.ServiceModel (2)
System\ServiceModel\EndpointAddress.cs (2)
1298get { return this.uri; } 1385this.uri,