1 write to newHostName
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1926
this.
newHostName
= newHostName;
2 references to newHostName
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
1935
return new DynamicAddressUpdateWriter(this.oldHostName, this.
newHostName
, this.newBaseAddress, this.removeBaseAddress,
1982
result.Host = this.
newHostName
;