RESTServiceHelper Methods |
The RESTServiceHelper type exposes the following members.
Name | Description | |
---|---|---|
GetUrlPathAndQueryHash |
Returns hash string to be used for given URL path and query instead of authentication.
| |
GetUrlPathAndQueryHashInternal |
Returns hash string to be used for given URL path and query instead of authentication.
| |
IsUrlPathAndQueryHashValid |
Tests whether hash computed for pathAndQuery matches expectedHash.
| |
IsUrlPathAndQueryHashValidInternal |
Tests whether hash computed for pathAndQuery matches expectedHash.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) | |
TryParseRestUrlPath |
Tries to parse an absolute URL of a REST service endpoint and splits the absolute path to absolute path prefix and relative REST path.
| |
TryParseRestUrlPathInternal |
Tries to parse an absolute URL of a REST service endpoint and splits the absolute path to absolute path prefix and relative REST path.
|