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.RelaxISRemoteWCFAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static RelaxISRemoteWCFProxy GetDefaultProxy(
string Address,
string Identifier
)
Public Shared Function GetDefaultProxy (
Address As String,
Identifier As String
) As RelaxISRemoteWCFProxy
Dim Address As String
Dim Identifier As String
Dim returnValue As RelaxISRemoteWCFProxy
returnValue = RelaxISRemoteWCFProxy.GetDefaultProxy(Address,
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
RelaxISRemoteWCFProxyThe 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