DOFServerConfigBuilderSecurableT Constructor (DOFServerType, DOFAddress, DOFCredentials)OpenDOF Object Access Library
Create a simple, secure server on the target address with a single credentials.

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,
	DOFCredentials credentials
)

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.
credentials
Type: org.opendof.core.oalDOFCredentials
The credentials for this server.
Remarks

Create a simple, secure server on the target address with a single credentials. The security desire defaults to SecurityDesire.SECURE .
See Also

Reference