This documentation is archived and is not being maintained.
ProxyConfiguration Class
Visual Studio 2013
Proxy Configuration Information
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
The ProxyConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ApplicationTierReadTimeout | When reading from the source it should only allow reader timeout before failing the request. |
![]() | CacheDeletionPercent | Indicates the percentage of cache size that needs to be freed up, when cache limit is reached. |
![]() | CacheLimit | The maximum size of proxy file cache in MB. A cache cleanup will be performed if this limit is exceeded. |
![]() | CacheLimitPercent | Maximum cache size expressed as % of available disk space. |
![]() | CacheRoot | Root folder for the proxy to store its local file cache. |
![]() | DeletionAgeThreshold | |
![]() | GitCacheEnabledState | |
![]() | IsRemoteConfiguration | IsRemoteConfiguration defines whether or not a proxy is running remotely or it is running as a file cache within the main servers process. |
![]() | IsValid | IsValid 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. |
![]() | ReaderChunkSize | The maximum number of bytes to read from the cache miss stream in one operation. |
![]() | StatisticsPersistTime | The time(in hours) after which the statistics information should be saved to the config file. |
![]() | VCCacheEnabledState | |
![]() | WriterChunkSize | The maximum number of bytes to write to the cache miss stream in one operation. |
| Name | Description | |
|---|---|---|
![]() | Dispose | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
