VssHttpClientBase.MaxResponseContentBufferSize Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Property MaxResponseContentBufferSize As Long
public long MaxResponseContentBufferSize { get; set; }
public:
property long long MaxResponseContentBufferSize {
    long long get ();
    void set (long long value);
}
member MaxResponseContentBufferSize : int64 with get, set
function get MaxResponseContentBufferSize () : long 
function set MaxResponseContentBufferSize (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

VssHttpClientBase Class

Microsoft.VisualStudio.Services.Common Namespace