DOFServerConfigBuilder Constructor (DOFServerType, DOFAddress)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#
public Builder(
	DOFServerType type,
	DOFAddress listenAddress
)

Parameters

type
Type: org.opendof.core.oalDOFServerType
The type of server. Null is not allowed.
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. This is exactly equivalent to Config( type, target, null, null, null ).
See Also

Reference