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