Table of Contents

HttpWatcherOptions Constructor

Definition

Namespace
Cuemon.Net.Http
Assemblies
Cuemon.Net.dll
Source
src/Cuemon.Net/Http/HttpWatcherOptions.cs

HttpWatcherOptions()

Initializes a new instance of the HttpWatcherOptions class.

public HttpWatcherOptions()

Remarks

The following table shows the initial property values for an instance of HttpWatcherOptions.

PropertyInitial Value
ClientFactory
() => new HttpClient(new HttpClientHandler()
{
   AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate,
   MaxAutomaticRedirections = 10
 }, false)
HashFactory() => new CyclicRedundancyCheck64()
ReadResponseBodyfalse