Request ChunkSize Property C# API
Gets or sets the size in bytes of each chunk when sending data using Transfer-Encoding: chunked

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int ChunkSize { get; set; }

Field Value

The size in bytes of each chunk when sending data using Transfer-Encoding: chunked
See Also