DeserializedHttpResponse T  MembersDocuWare Platform .NET API
The DeserializedHttpResponse T  type exposes the following members.
Constructors

  NameDescription
Public methodDeserializedHttpResponse T 
Back to Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodFinalize (Overrides OnlineObject Finalize .)
Back to Top
Operators

  NameDescription
Public operatorStatic member (DeserializedHttpResponse T  to T)
Converts the specified response.
Back to Top
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