Add in a configured TRP route without credentials.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConnectionConfigBuilderAS addTrustedDomains( params DOFObjectIDDomain[] domains )
Parameters
- domains
- Type: org.opendof.core.oalDOFObjectIDDomain
The domain identifiers for the domains to use for routing purposes. Must not be null.
Return Value
Type: DOFConnectionConfigBuilderASThe builder.
Remarks
See Also