DeserializedHttpResponse T  PropertiesDocuWare Platform .NET API
The DeserializedHttpResponse T  type exposes the following members.
Properties

  NameDescription
Public propertyContent
Gets the deserialized content of the response body.
Public propertyContentHeaders
Gets the content headers.
Public propertyException
Gets the exception in case the request failed.
Public propertyHeaders
Gets the response headers.
Public propertyIsSuccessStatusCode
Gets a value indicating whether the response was successful.
Public propertyRequestUri
Gets the request URI.
Public propertyStatusCode
Gets the response status code.
Back to Top
See Also