HttpContentHeaders.ContentMD5 Property

Gets or sets {insert text here}.

Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

Syntax

'Declaration
Public Property ContentMD5 As Byte()
    Get 
    Set
'Usage
Dim instance As HttpContentHeaders 
Dim value As Byte()

value = instance.ContentMD5

instance.ContentMD5 = value
public byte[] ContentMD5 { get; set; }
public:
property array<unsigned char>^ ContentMD5 {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member ContentMD5 : byte[] with get, set
function get ContentMD5 () : byte[]
function set ContentMD5 (value : byte[])

Property Value

Type: System.Byte[]

See Also

Reference

HttpContentHeaders Class

System.Net.Http.Headers Namespace