Table of Contents

Property ContentMD5

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

ContentMD5

Gets or sets the value of the HTTP Content-MD5 header.

Contains the MD5 hash of the response body in an base-64 format, allowing clients to verify the integrity of the received data.

public string? ContentMD5 { get; set; }

Property Value

string