2 writes to enableAutomaticEndpointCompat
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\AppSettings.cs (2)
61
if ((appSettingsSection == null) || !bool.TryParse(appSettingsSection[EnableAutomaticEndpointsCompatabilityString], out
enableAutomaticEndpointCompat
))
63
enableAutomaticEndpointCompat
= false;
1 reference to enableAutomaticEndpointCompat
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\AppSettings.cs (1)
28
return
enableAutomaticEndpointCompat
;