Click or drag to resize
DeserializedHttpResponseTContentHeaders Property
Gets the content headers.

Namespace: DocuWare.Services.Http
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public HttpContentHeaders ContentHeaders { get; }

Property Value

Type: HttpContentHeaders
The content headers.
See Also