Свойство | Тип | Описание | |
---|---|---|---|
m_OSDRequestTryCount | int | ||
m_doRemoteCalls | bool | ||
m_doRemoteOnly | bool | ||
m_name | string | ||
m_password | string | ||
m_registry | IRegistryCore | ||
m_startedServer | bool |
Метод | Описание | |
---|---|---|
CheckPassword ( string password ) : bool | ||
DoRemote ( ) : object | ||
DoRemoteByURL ( string url ) : object | ||
DoRemoteCallGet ( bool forced, string url ) : object |
|
|
DoRemoteCallPost ( bool forced, string url ) : void | ||
DoRemotePost ( ) : void | ||
DoRemotePostByURL ( string url ) : void | ||
Init ( IRegistryCore registry, string name, string password = "", string serverPath = "", string serverHandlerName = "" ) : void | ||
SetDoRemoteCalls ( bool doRemoteCalls ) : void | ||
SetPassword ( string password ) : void |
Метод | Описание | |
---|---|---|
CreateServerHandler ( uint port, string urlPath, string serverHandlerName ) : void |
Метод | Описание | |
---|---|---|
GetOSDMap ( string url, OSDMap map, OSDMap &response ) : bool | ||
GetReflection ( int upStack, |
||
GetResponse ( |
||
PrepRemoteCall ( string url, object o, |
public CheckPassword ( string password ) : bool | ||
password | string | |
Результат | bool |
protected CreateServerHandler ( uint port, string urlPath, string serverHandlerName ) : void | ||
port | uint | |
urlPath | string | |
serverHandlerName | string | |
Результат | void |
public DoRemoteByURL ( string url ) : object | ||
url | string | |
Результат | object |
public DoRemoteCallGet ( bool forced, string url ) : object | ||
forced | bool | Whether this remote call is forced (if false, it will only call if m_doRemoteCalls is true) |
url | string | The URL to call |
Результат | object |
public DoRemoteCallPost ( bool forced, string url ) : void | ||
forced | bool | |
url | string | |
Результат | void |
public DoRemotePostByURL ( string url ) : void | ||
url | string | |
Результат | void |
public Init ( IRegistryCore registry, string name, string password = "", string serverPath = "", string serverHandlerName = "" ) : void | ||
registry | IRegistryCore | |
name | string | |
password | string | |
serverPath | string | |
serverHandlerName | string | |
Результат | void |
public SetDoRemoteCalls ( bool doRemoteCalls ) : void | ||
doRemoteCalls | bool | |
Результат | void |
public SetPassword ( string password ) : void | ||
password | string | |
Результат | void |