HttpClientHandler.MaxRequestContentBufferSize Property
Gets or sets the maximum request content buffer size used by the handler.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property MaxRequestContentBufferSize As Long
Get
Set
'Usage
Dim instance As HttpClientHandler
Dim value As Long
value = instance.MaxRequestContentBufferSize
instance.MaxRequestContentBufferSize = value
public long MaxRequestContentBufferSize { get; set; }
public:
property long long MaxRequestContentBufferSize {
long long get ();
void set (long long value);
}
member MaxRequestContentBufferSize : int64 with get, set
function get MaxRequestContentBufferSize () : long
function set MaxRequestContentBufferSize (value : long)
Property Value
Type: System.Int64