1 write to httpsHelpPageEnabled
System.ServiceModel (1)
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
57set { this.httpsHelpPageEnabled = value; }
4 references to httpsHelpPageEnabled
System.ServiceModel (4)
System\ServiceModel\Description\ServiceDebugBehavior.cs (4)
56get { return this.httpsHelpPageEnabled; } 173if (!(this.httpHelpPageEnabled || this.httpsHelpPageEnabled)) 187mex.HttpsHelpPageEnabled = this.httpsHelpPageEnabled; 217if (this.httpsHelpPageEnabled)