2 writes to httpTransportPerFactoryConnectionPool
System.ServiceModel (2)
System\ServiceModel\ServiceModelAppSettings.cs (2)
148if ((appSettingsSection == null) || !bool.TryParse(appSettingsSection[HttpTransportPerFactoryConnectionPoolString], out httpTransportPerFactoryConnectionPool)) 150httpTransportPerFactoryConnectionPool = DefaultHttpTransportPerFactoryConnectionPool;
1 reference to httpTransportPerFactoryConnectionPool
System.ServiceModel (1)
System\ServiceModel\ServiceModelAppSettings.cs (1)
60return httpTransportPerFactoryConnectionPool;