Create a simple, secure server on the target address with potentially multiple credentials.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public BuilderSecureDatagram( DOFAddress listenAddress, params DOFCredentials[] credentials )
Parameters
- 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
See Also