DOFServerConfigBuilderSecurableT Constructor (DOFServerType, DOFAddress)OpenDOF Object Access Library
Create a simple, secure server on the target address to be an AS server.

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

C#
protected BuilderSecurable(
	DOFServerType type,
	DOFAddress listenAddress
)

Parameters

type
Type: org.opendof.core.oalDOFServerType
The server type.
listenAddress
Type: org.opendof.core.oalDOFAddress
The listening address of the server. Null is not allowed.
Remarks

Create a simple, secure server on the target address to be an AS server. The security desire defaults to SecurityDesire.SECURE .
See Also

Reference