hprose-d ~master (2016-11-14T06:59:21Z)
Home
Dub
Repo
Context
hprose
rpc
context
Undocumented in source.
class
Context {
Variant
[
string
]
userdata
;
T
get
(string key);
void
set
(string key, T value);
}
Members
Functions
get
T
get
(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void
set
(string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
userdata
Variant
[
string
]
userdata
;
Undocumented in source.
Meta
Source
See Implementation
hprose
rpc
context
classes
Context