Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NHttpHeaderFieldName Structure / ContentMD5 Field


In This Topic
    ContentMD5 Field
    In This Topic
    A Base64-encoded binary MD5 sum of the content of the request/response body Content-MD5: Q2hlY2sgSW50ZWdyaXR5IQ==
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ContentMD5 As NHttpHeaderFieldName
    'Usage
     
    
    Dim value As NHttpHeaderFieldName
     
    value = NHttpHeaderFieldName.ContentMD5
    public static readonly NHttpHeaderFieldName ContentMD5
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also