Construct a new builder based on a type, address, and credentials.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected BuilderSecurable( DOFConnectionType type, DOFAddress target, DOFCredentials credentials )
Parameters
- type
- Type: org.opendof.core.oalDOFConnectionType
The type of the connection. - 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
See Also