ProxyConfiguration.WriterChunkSize Property

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

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Framework.Server Namespace