DIFF

class RestApiSource

Constructors 2

private void RestApi()
private void ~RestApi()

Methods 5

proto native RestContext GetRestContext(string serverURL)

Get new or existing context for http comm GetRestContext("www.server915.com/interface/")

proto native int GetContextCount()

Get count of registered contexes

proto native void EnableDebug(bool bEnable)

Enable debug output to console (disabled by default)

proto native void DebugList()

List of all currently active contexes and processed (pending) requests

proto native void SetOption(int option, int value)

Set specific option (integer)