DOFConnectionConfigBuilderSecureDatagram Constructor OpenDOF Object Access Library
Construct a new builder based on an address and credentials.

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

C#
public BuilderSecureDatagram(
	DOFAddress target,
	DOFCredentials credentials
)

Parameters

target
Type: org.opendof.core.oalDOFAddress
The address to connect to. Must not be null.
credentials
Type: org.opendof.core.oalDOFCredentials
The credentials for this connection.
Remarks

Construct a new builder based on an address and credentials. The security desire defaults to SecurityDesire.SECURE .
See Also

Reference