DeserializedHttpResponse T  Headers Property DocuWare Platform .NET API
Gets the response headers.

Namespace: DocuWare.Services.Http
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public HttpResponseHeaders Headers { get; }

Property Value

Type: HttpResponseHeaders
The response headers.
See Also