1 write to HttpsGetUrl
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
255mex.HttpsGetUrl = host.GetVia(Uri.UriSchemeHttps, this.httpsGetUrl == null ? new Uri(string.Empty, UriKind.Relative) : this.httpsGetUrl);
3 references to HttpsGetUrl
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataExtension.cs (3)
779result = parent.HttpsGetUrl; 784result = parent.HttpsGetUrl; 970docUrl = parent.HttpsGetUrl;