Click or drag to resize
DeserializedHttpResponseTContent Property
Gets the deserialized content of the response body.

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

Property Value

Type: T
The deserialized content of the response body.
Exceptions
ExceptionCondition
HttpClientRequestException
See Also