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