Click or drag to resize
DeserializedHttpResponseTIsSuccessStatusCode Property
Gets a value indicating whether the response was successful.

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

Property Value

Type: Boolean
true if the response was successful; otherwise, false.
See Also