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