Property ContentMD5
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; }