Click or drag to resize
DeserializedHttpResponseTHeaders Property
Gets the response headers.

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

Property Value

Type: HttpResponseHeaders
The response headers.
See Also