1 override of FaultExceptionEnabled
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
111
public override bool
FaultExceptionEnabled
2 writes to FaultExceptionEnabled
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpElement.cs (1)
89
FaultExceptionEnabled
= this.FaultExceptionEnabled,
System\ServiceModel\Description\WebHttpEndpoint.cs (1)
49
set { this.WebHttpBehavior.
FaultExceptionEnabled
= value; }
3 references to FaultExceptionEnabled
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
529
if (!this.
FaultExceptionEnabled
)
541
if (!this.
FaultExceptionEnabled
)
System\ServiceModel\Description\WebHttpEndpoint.cs (1)
48
get { return this.WebHttpBehavior.
FaultExceptionEnabled
; }