2 writes to responseLocation
System.ServiceModel (2)
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
751
this.
responseLocation
= location;
798
responseLocation
= request.Address;
1 reference to responseLocation
System.ServiceModel (1)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
870
get { return this.
responseLocation
.ToString(); }