2 writes to address
System.ServiceModel (2)
System\ServiceModel\Description\ServiceEndpoint.cs (2)
45
this.
address
= address;
51
set { this.
address
= value; }
3 references to address
System.ServiceModel (3)
System\ServiceModel\Description\ServiceEndpoint.cs (3)
50
get { return this.
address
; }
128
if (this.
address
== null)
134
return this.
address
.Uri;