DOFConnectionConfigBuilderASaddDomain Method OpenDOF Object Access Library
Add a static domain, which is used on a connection that supports authentication, to verify that the host being connected to is authorized to process authentication requests in the domain that is specified.

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

C#
public DOFConnectionConfigBuilderAS addDomain(
	DOFDomainConfig domainConfig
)

Parameters

domainConfig
Type: org.opendof.core.oalDOFDomainConfig
The domain to be authorized. Must not be null.

Return Value

Type: DOFConnectionConfigBuilderAS
The builder.
Remarks

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

If this static route fails to refresh, then the connection closes.

See Also

Reference