2 writes to failOnSocketDuplicationError
System.ServiceModel (2)
System\ServiceModel\ServiceModelAppSettings.cs (2)
178if ((appSettingsSection == null) || !bool.TryParse(appSettingsSection[FailOnSocketDuplicationErrorString], out failOnSocketDuplicationError)) 180failOnSocketDuplicationError = DefaultFailOnSocketDuplicationError;
1 reference to failOnSocketDuplicationError
System.ServiceModel (1)
System\ServiceModel\ServiceModelAppSettings.cs (1)
119return failOnSocketDuplicationError;