VssHttpClientBase.MaxResponseContentBufferSize Property

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.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.WebApi Namespace