AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageApiRequest<(Of <(<'TReturnResult>)>)>..::..Post Method (String, AuthenticationHeaderValue)

Posts an empty body to the supplied URL with the specified AuthenticationHeaderValue and deserialises the response.

Namespace:  AdvantageCSP.API
Assembly:  AdvantageCSP.API (in AdvantageCSP.API.dll)

Syntax


Parameters

url
Type: String
The target URL.
authenticationHeader
Type: AuthenticationHeaderValue
The Authorization header value to attach; may be null.

Return Value

The AdvantageApiRequest<(Of <(<'TReturnResult>)>)>..::..AdvantageApiRequestResult describing the outcome.