com.onlineobject.objectnet Namespace

NatHelper..::..ConfigureRouter Method

Configures the router for port forwarding and sets up callbacks for success or failure.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void ConfigureRouter(

	Action onSucess,

	Action onFail

)

Parameters

onSucess
Type: Action
Callback to invoke on success.
onFail
Type: Action
Callback to invoke on failure.