DeserializedHttpResponseTContent Property DocuWare Platform .NET API
Gets the deserialized content of the response body.

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

C#
public T Content { get; }

Property Value

Type: T
The deserialized content of the response body.
Exceptions

ExceptionCondition
HttpClientRequestException
See Also

Reference