Rest – rest-1.0 Reference Manual
Rest
Description:
public
namespace
Rest
Namespace:
Rest
Package:
rest-1.0
Content:
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:
ParamsIter
Enums:
MemoryUse
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:
public
Quark
proxy_call_error_quark
()
public
Quark
proxy_error_quark
()
public
string
random_string
(
uint
length)
Creates a random string from a given alphabeth with length
length