1 write to oldHostName
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1925
this.
oldHostName
= oldHostName;
2 references to oldHostName
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
1935
return new DynamicAddressUpdateWriter(this.
oldHostName
, this.newHostName, this.newBaseAddress, this.removeBaseAddress,
1976
if (uri.Host !=
oldHostName
)