1 write to epr
System.ServiceModel (1)
System\ServiceModel\EndpointAddress.cs (1)
1285
this.
epr
= address;
6 references to epr
System.ServiceModel (6)
System\ServiceModel\EndpointAddress.cs (6)
1317
return
epr
== null ? null :
epr
.GetReaderAtMetadata();
1351
return
epr
== null ? null :
epr
.GetReaderAtExtensions();
1390
epr
== null ? null :
epr
.GetReaderAtPsp());