Property | Type | Description | |
---|---|---|---|
m_doRemote | bool |
Method | Description | |
---|---|---|
FinishedStartup ( ) : void | ||
Get ( string url, OSDMap request, GetResponse response ) : void | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
LogMessage ( bool remote, string url, OSDMap request ) : void | ||
Post ( string url, OSDMap request ) : void | ||
PostToServer ( OSDMap request ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
GetInternal ( bool remote, string url, OSDMap request ) : OSDMap | ||
PostInternal ( bool remote, string url, OSDMap request ) : void | ||
PostToServerInternal ( bool remote, OSDMap request ) : void |
public Get ( string url, OSDMap request, GetResponse response ) : void | ||
url | string | |
request | OSDMap | |
response | GetResponse | |
return | void |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public LogMessage ( bool remote, string url, OSDMap request ) : void | ||
remote | bool | |
url | string | |
request | OSDMap | |
return | void |
public Post ( string url, OSDMap request ) : void | ||
url | string | |
request | OSDMap | |
return | void |
public PostToServer ( OSDMap request ) : void | ||
request | OSDMap | |
return | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |