1 write to httpsHelpPageUrl
System.ServiceModel (1)
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
72this.httpsHelpPageUrl = value;
4 references to httpsHelpPageUrl
System.ServiceModel (4)
System\ServiceModel\Description\ServiceDebugBehavior.cs (4)
64get { return this.httpsHelpPageUrl; } 188mex.HttpsHelpPageUrl = host.GetVia(Uri.UriSchemeHttps, this.httpsHelpPageUrl == null ? new Uri(string.Empty, UriKind.Relative) : this.httpsHelpPageUrl); 219if (!EnsureHelpPageDispatcher(host, mex, this.httpsHelpPageUrl, Uri.UriSchemeHttps))