Public Member Functions | |
abstract Promise< T > | Invoke< T > (object body, bool includeAuth, IAccessToken token) |
abstract bool | MatchesRequest< T > (Method method, string uri, string token, object body, bool includeAuthHeader) |
Public Attributes | |
Method | Method |
string | Uri |
bool | IncludeAuthHeader = true |
string | Token |
bool | Called => CallCount > 0 |
Protected Attributes | |
object | _response |
Properties | |
int | CallCount [get, protected set] |