ProxyConfiguration.WriterChunkSize Property
The maximum number of bytes to write to 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 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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.