Uses of Interface
com.microsoft.tfs.core.config.tfproxy.TFProxyServerSettingsFactory

Packages that use TFProxyServerSettingsFactory
com.microsoft.tfs.core.config   
com.microsoft.tfs.core.config.tfproxy   
 

Uses of TFProxyServerSettingsFactory in com.microsoft.tfs.core.config
 

Methods in com.microsoft.tfs.core.config that return TFProxyServerSettingsFactory
 TFProxyServerSettingsFactory DefaultConnectionAdvisor.getTFProxyServerSettingsFactory(ConnectionInstanceData instanceData)
           
 TFProxyServerSettingsFactory ConnectionAdvisor.getTFProxyServerSettingsFactory(ConnectionInstanceData instanceData)
          Called by the TFSConnection the first time that the TFSConnection's TFProxyServerSettings is requested.
 

Uses of TFProxyServerSettingsFactory in com.microsoft.tfs.core.config.tfproxy
 

Classes in com.microsoft.tfs.core.config.tfproxy that implement TFProxyServerSettingsFactory
 class DefaultTFProxyServerSettingsFactory
           A default implementation of TFProxyServerSettingsFactory which returns a DefaultTFProxyServerSettings if a TF download proxy is configured through the EnvironmentVariables.TF_PROXY environment variable or Windows registry setting, or returns null if no proxy is configured.
 



© 2015 Microsoft. All rights reserved.