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