![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowRESTParametersOrExecution | WithParameters (params object[] parameters) |
| IAllowRESTParametersOrExecution | WithParameters (object parameters) |
| IAllowRESTParametersOrExecution | WithParametersFromResult (int resultIndex) |
| IAllowRESTParametersOrExecution | WithParametersFromResult (string name) |
| IAllowRESTParametersOrExecution | WithEncoding (Enums.ContentEncoding encoding) |
| Public Member Functions inherited from GenerallyPositive.IAllowRESTExecution | |
| string | Execute (bool publishEvent=true) |
| T | Execute< T > (bool publishEvent=true) |
| IRESTClient | AndThen (bool publishEvent=true) |
| IRESTClient | AndThen< T > (bool publishEvent=true) |
| Task< string > | ExecuteAsync (bool publishEvent=true) |
| Task< T > | ExecuteAsync< T > (bool publishEvent=true) |
| ResultCollection | GetExecutionResults () |
| IAllowRESTExecution | WithHeader (string name, string value) |
| Public Member Functions inherited from GenerallyPositive.IAllowRESTMethod | |
| IAllowRESTExecution | WithHttpMethod (string method) |
Definition at line 961 of file Interfaces.cs.
| IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTParameters.WithParameters | ( | object | parameters | ) |
Implemented in GenerallyPositive.RESTClient.
| IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTParameters.WithParameters | ( | params object[] | parameters | ) |
Implemented in GenerallyPositive.RESTClient.
| IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTParameters.WithParametersFromResult | ( | int | resultIndex | ) |
Implemented in GenerallyPositive.RESTClient.
| IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTParameters.WithParametersFromResult | ( | string | name | ) |
Implemented in GenerallyPositive.RESTClient.