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