DOFConnectionConfigBuilderASaddDomains Method (DOFDomainConfig)OpenDOF Object Access Library
Add the static domains, which are used on a connection that supports authentication, to verify that the host being connected to is authorized to process authentication requests in the domains specified.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFConnectionConfigBuilderAS addDomains(
	params DOFDomainConfig[] domainConfigs
)

Parameters

domainConfigs
Type: org.opendof.core.oalDOFDomainConfig
The domains to be authorized. Must not be null. Must not contain nulls.

Return Value

Type: DOFConnectionConfigBuilderAS
The builder.
Remarks

Add the static domains, which are used on a connection that supports authentication, to verify that the host being connected to is authorized to process authentication requests in the domains specified.

If these static routes fail to refresh, then the connection closes.

See Also

Reference