1 write to httpsGetUrl
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
77this.httpsGetUrl = value;
4 references to httpsGetUrl
System.ServiceModel (4)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (4)
68get { return this.httpsGetUrl; } 216httpsDispatcherEnabled = EnsureGetDispatcher(host, mex, this.httpsGetUrl, Uri.UriSchemeHttps); 255mex.HttpsGetUrl = host.GetVia(Uri.UriSchemeHttps, this.httpsGetUrl == null ? new Uri(string.Empty, UriKind.Relative) : this.httpsGetUrl);