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 DOFConnectionConfigBuilderSecureStream addTrustedDomains( ICollection<DOFObjectIDDomain> domains )
Parameters
- domains
- Type: System.Collections.GenericICollectionDOFObjectIDDomain
The domain identifiers to use for routing purposes.
Return Value
Type: DOFConnectionConfigBuilderSecureStreamThe builder.
Remarks
See Also