Uses of Interface
com.microsoft.tfs.core.TFProxyServerSettings

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

Uses of TFProxyServerSettings in com.microsoft.tfs.core
 

Methods in com.microsoft.tfs.core that return TFProxyServerSettings
 TFProxyServerSettings TFSConnection.getTFProxyServerSettings()
          Gets the TF proxy server settings from this TFSConnection.
 

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

Classes in com.microsoft.tfs.core.config.tfproxy that implement TFProxyServerSettings
 class DefaultTFProxyServerSettings
           A default implementation of the TFProxyServerSettings interface.
 

Methods in com.microsoft.tfs.core.config.tfproxy that return TFProxyServerSettings
protected  TFProxyServerSettings DefaultTFProxyServerSettingsFactory.configureFromEnvironmentVariable()
          Checks the environment for TF proxy server variable and returns a TFProxyServerSettings if one was configured.
protected  TFProxyServerSettings DefaultTFProxyServerSettingsFactory.configureFromRegistry()
          Checks the registry for TF proxy server settings and returns a TFProxyServerSettings if one was configured.
 TFProxyServerSettings TFProxyServerSettingsFactory.newProxyServerSettings()
          Called to obtain TF proxy server settings.
 TFProxyServerSettings DefaultTFProxyServerSettingsFactory.newProxyServerSettings()
           
 

Methods in com.microsoft.tfs.core.config.tfproxy with parameters of type TFProxyServerSettings
 void TFProxyServerSettingsFactory.dispose(TFProxyServerSettings proxyServerSettings)
           Called to dispose a TFProxyServerSettings that was previously obtained from a call to TFProxyServerSettingsFactory.newProxyServerSettings().
 void DefaultTFProxyServerSettingsFactory.dispose(TFProxyServerSettings proxyServerSettings)
           
 



© 2015 Microsoft. All rights reserved.