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
- 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.