rest-1.0
Description:
A helper library for RESTful services.
Content:
Namespaces:
- Rest
Classes:
- OAuth2Proxy
- OAuth2ProxyCall
- Param
- Params
- PkceCodeChallenge - In order to play a Pkce
Code Verification during a OAuth2 authorization you need this structure which handles the algorithmic part.
- Proxy - Proxy has no publicly
available members.
- ProxyAuth - ProxyAuth has
no publicly available members.
- ProxyCall - ProxyCall has
no publicly available members.
- XmlNode - The XmlNode
contains a parsed XmlNode for easy consumption
- XmlParser - A Xml Parser for Rest Responses
Structs:
Enums:
Error domains:
Delegates:
- public delegate void ProxyCallAsyncCallback (ProxyCall call, Error? error, Object? weak_object)
- public delegate void ProxyCallContinuousCallback (ProxyCall call, string buf, size_t len, Error? error, Object? weak_object)
- public delegate void ProxyCallUploadCallback (ProxyCall call, size_t total, size_t uploaded, Error? error, Object? weak_object)
Methods: