1 write to endpointName
System.ServiceModel (1)
System\ServiceModel\Configuration\EndpointCollectionElement.cs (1)
26
this.
endpointName
= this.GetEndpointName();
2 references to endpointName
System.ServiceModel (2)
System\ServiceModel\Configuration\EndpointCollectionElement.cs (2)
24
if (String.IsNullOrEmpty(this.
endpointName
))
29
return this.
endpointName
;