1 write to httpHelpPageUrl
System.ServiceModel (1)
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
49
this.
httpHelpPageUrl
= value;
6 references to httpHelpPageUrl
System.ServiceModel (6)
System\ServiceModel\Description\ServiceDebugBehavior.cs (6)
41
get { return this.
httpHelpPageUrl
; }
184
mex.HttpHelpPageUrl = host.GetVia(Uri.UriSchemeHttp, this.
httpHelpPageUrl
== null ? new Uri(string.Empty, UriKind.Relative) : this.
httpHelpPageUrl
);
211
if (!EnsureHelpPageDispatcher(host, mex, this.
httpHelpPageUrl
, Uri.UriSchemeHttp))
213
TraceWarning(this.
httpHelpPageUrl
, "ServiceDebugBehaviorHttpHelpPageUrl", "ServiceDebugBehaviorHttpHelpPageEnabled");
221
TraceWarning(this.
httpHelpPageUrl
, "ServiceDebugBehaviorHttpsHelpPageUrl", "ServiceDebugBehaviorHttpsHelpPageEnabled");