Share via


ProxyConfiguration.ReaderChunkSize Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Framework.Server.Alm Namespace