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.APIAssembly: AdvantageCSP.API (in AdvantageCSP.API.dll)
Syntax
public static AdvantageApiRequest<(Of <(<'TReturnResult>)>)>..::..AdvantageApiRequestResult Post( string url, AuthenticationHeaderValue authenticationHeader )
Parameters
- url
- Type: String
The target URL.
- authenticationHeader
- Type: AuthenticationHeaderValue
The Authorization header value to attach; may be null.

