1 override of HelpEnabled
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
81
public override bool
HelpEnabled
2 writes to HelpEnabled
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpElement.cs (1)
85
HelpEnabled
= this.HelpEnabled,
System\ServiceModel\Description\WebHttpEndpoint.cs (1)
31
set { this.WebHttpBehavior.
HelpEnabled
= value; }
4 references to HelpEnabled
System.ServiceModel.Web (4)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
168
if (this.
HelpEnabled
)
283
if (this.
HelpEnabled
)
System\ServiceModel\Description\WebHttpEndpoint.cs (1)
30
get { return this.WebHttpBehavior.
HelpEnabled
; }
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
57
if (webHttpBehavior != null && webHttpBehavior.
HelpEnabled
)