Table of Contents

ReadResponseBody Property

Definition

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

ReadResponseBody

Gets or sets a value indicating whether to compute a hash from the response data of the HttpWatcher.

public bool ReadResponseBody { get; set; }

Property Value

bool

true to compute a hash from the response data of the HttpWatcher; otherwise, false.