DOFServerConfigBuilderaddTrustedDomains Method (DOFObjectIDDomain)OpenDOF Object Access Library
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 DOFServerConfigBuilder addTrustedDomains(
	params DOFObjectIDDomain[] domains
)

Parameters

domains
Type: org.opendof.core.oalDOFObjectIDDomain
Variable number of domain identifiers for the server to use for routing purposes. Must not be null.

Return Value

Type: DOFServerConfigBuilder
The builder.
Remarks

Add in a configured TRP route without credentials. This call adds the server into the TRP router without validation.
See Also

Reference