This documentation is archived and is not being maintained.

ProxyConfiguration Class

Visual Studio 2013

Proxy Configuration Information

System.Object
  Microsoft.TeamFoundation.Server.Core.ProxyConfiguration

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

'Declaration
Public Class ProxyConfiguration _
	Implements IDisposable

The ProxyConfiguration type exposes the following members.

  NameDescription
Public propertyApplicationTierReadTimeoutWhen reading from the source it should only allow reader timeout before failing the request.
Public propertyCacheDeletionPercentIndicates the percentage of cache size that needs to be freed up, when cache limit is reached.
Public propertyCacheLimitThe maximum size of proxy file cache in MB. A cache cleanup will be performed if this limit is exceeded.
Public propertyCacheLimitPercentMaximum cache size expressed as % of available disk space.
Public propertyCacheRootRoot folder for the proxy to store its local file cache.
Public propertyDeletionAgeThreshold
Public propertyGitCacheEnabledState
Public propertyIsRemoteConfigurationIsRemoteConfiguration defines whether or not a proxy is running remotely or it is running as a file cache within the main servers process.
Public propertyIsValidIsValid returns true if the configuration settings are setup in a valid state. false means there are issues with the configuration and the event log should have details.
Public propertyReaderChunkSizeThe maximum number of bytes to read from the cache miss stream in one operation.
Public propertyStatisticsPersistTimeThe time(in hours) after which the statistics information should be saved to the config file.
Public propertyVCCacheEnabledState
Public propertyWriterChunkSizeThe maximum number of bytes to write to the cache miss stream in one operation.
Top

  NameDescription
Public methodDispose
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: