ProxyConfiguration.ReaderChunkSize Property

The maximum number of bytes to read from the cache miss stream in one operation.

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

Syntax

'Declaration
Public Property ReaderChunkSize As Integer
public int ReaderChunkSize { get; private set; }
public:
property int ReaderChunkSize {
    int get ();
    private: void set (int value);
}
member ReaderChunkSize : int with get, private set
function get ReaderChunkSize () : int 
private function set ReaderChunkSize (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Server.Core Namespace