![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowRESTCaptureOptions | WithCallFilter (string urlFragment) |
| IAllowRESTCaptureOptions | WithClearCalls (bool clear=true) |
| 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 1024 of file Interfaces.cs.
| IAllowRESTCaptureOptions GenerallyPositive.IAllowRESTCaptureOptions.WithCallFilter | ( | string | urlFragment | ) |
Implemented in GenerallyPositive.RESTClient.
| IAllowRESTCaptureOptions GenerallyPositive.IAllowRESTCaptureOptions.WithClearCalls | ( | bool | clear = true | ) |
Implemented in GenerallyPositive.RESTClient.