AdvantageApiRequest<(Of <(<'TReturnResult>)>)> Members
Methods
| Name | Description | |
|---|---|---|
|
|
Post(String) |
Posts an empty body to the supplied URL and deserialises the response.
|
|
|
Post(String, AuthenticationHeaderValue) |
Posts an empty body to the supplied URL with the specified AuthenticationHeaderValue
and deserialises the response.
|
|
|
Post<(Of <<'(TRequestParameter>)>>)(String, TRequestParameter) |
Posts the supplied request object to the URL and deserialises the response.
|
|
|
Post<(Of <<'(TRequestParameter>)>>)(String, TRequestParameter, AuthenticationHeaderValue) |
Posts the supplied request object to the URL with the specified
AuthenticationHeaderValue and deserialises the response.
|

