Click or drag to resize

RelaxISRemoteWCFProxyGetDefaultProxy Method

This method creates a RelaxISRemoteWCFProxy object with the correct settings used to communicate with the RelaxIS Remote WCF node.

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteWCF
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static RelaxISRemoteWCFProxy GetDefaultProxy(
	string Address,
	string Identifier
)

Parameters

Address  String
The IP address (and port) of the computer with the running RelaxIS Remote WCF node.
Identifier  String
The identifier of the RelaxIS Remote WCF node to connect to.

Return Value

RelaxISRemoteWCFProxy
The proxy you can use to call functions.
Remarks
Refer to the Node settings for the port and define the Address correspondingly like 127.0.0.1:23545 or localhost:23545
See Also