1 write to httpHelpPageEnabled
System.ServiceModel (1)
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
34set { this.httpHelpPageEnabled = value; }
4 references to httpHelpPageEnabled
System.ServiceModel (4)
System\ServiceModel\Description\ServiceDebugBehavior.cs (4)
33get { return this.httpHelpPageEnabled; } 173if (!(this.httpHelpPageEnabled || this.httpsHelpPageEnabled)) 183mex.HttpHelpPageEnabled = this.httpHelpPageEnabled; 209if (this.httpHelpPageEnabled)