1 write to HttpsGetUrl
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
255
mex.
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)
779
result = parent.
HttpsGetUrl
;
784
result = parent.
HttpsGetUrl
;
970
docUrl = parent.
HttpsGetUrl
;