DOFServerConfigBuilderUnsecureT Constructor OpenDOF Object Access Library
Create a simple, unsecure server on the target address.

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

C#
protected BuilderUnsecure(
	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, unsecure server on the target address. The security desire is SecurityDesire.NOT_SECURE .
See Also

Reference