AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageApiRequest<(Of <(<'TReturnResult>)>)> Members

Methods


  Name Description
Public method Static member Post(String)
Posts an empty body to the supplied URL and deserialises the response.
Public method Static member Post(String, AuthenticationHeaderValue)
Posts an empty body to the supplied URL with the specified AuthenticationHeaderValue and deserialises the response.
Public method Static member Post<(Of <<'(TRequestParameter>)>>)(String, TRequestParameter)
Posts the supplied request object to the URL and deserialises the response.
Public method Static member Post<(Of <<'(TRequestParameter>)>>)(String, TRequestParameter, AuthenticationHeaderValue)
Posts the supplied request object to the URL with the specified AuthenticationHeaderValue and deserialises the response.