Click or drag to resize

HttpClientWithProgress Properties

https://www.emgu.com

The FileDownloadManagerHttpClientWithProgress type exposes the following members.

Properties
  NameDescription
Public propertyBaseAddress
Gets or sets the base address of Uniform Resource Identifier (URI) of the Internet resource used when sending requests.
(Inherited from HttpClient.)
Public propertyDefaultRequestHeaders
Gets the headers which should be sent with each request.
(Inherited from HttpClient.)
Public propertyMaxResponseContentBufferSize
Gets or sets the maximum number of bytes to buffer when reading the response content.
(Inherited from HttpClient.)
Public propertyTimeout
Gets or sets the timespan to wait before the request times out.
(Inherited from HttpClient.)
Top
See Also