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