AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageApiRequest<(Of <(<'TReturnResult>)>)>..::..AdvantageApiRequestResult Members

The AdvantageApiRequest<(Of <(<'TReturnResult>)>)>..::..AdvantageApiRequestResult generic type exposes the following members.

Properties


  Name Description
Public property IsSuccessStatusCode
Gets or sets a value indicating whether the underlying HTTP call returned a successful (2xx) status code.
Public property ReasonPhrase
Gets or sets the reason phrase accompanying the HTTP status (or an error description when the call threw).
Public property Result
Gets or sets the deserialised response payload when IsSuccessStatusCode is true.