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 DOFConnectionConfigBuilderUnsecureDatagram addDomain( DOFDomainConfig domainConfig )
Parameters
- domainConfig
- Type: org.opendof.core.oalDOFDomainConfig
The domain to be authorized. Must not be null.
Return Value
Type: DOFConnectionConfigBuilderUnsecureDatagramThe builder.
Remarks
See Also