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