Method | Description | |
---|---|---|
ClientsProxy ( |
||
TryGetIndex ( |
||
TryGetMember ( |
||
TryInvokeMember ( |
When a method is attempted to call on a dynamic object we'll transform the request to invoke our KNOWN javascript bridge function and re-package the arguments as a base64 AMF serialized wrapper object
|
|
this ( string key ) : dynamic |
public ClientsProxy ( |
||
clientAgent | ||
return | System.Dynamic |
public TryGetIndex ( |
||
binder | ||
indexes | object | |
result | object | |
return | bool |
public TryGetMember ( |
||
binder | ||
result | object | |
return | bool |
public TryInvokeMember ( |
||
binder | ||
args | object | |
result | object | |
return | bool |