DOFServerConfigBuilderUnsecureStream 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#
public BuilderUnsecureStream(
	DOFAddress listenAddress
)

Parameters

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.
See Also

Reference