DOFServerConfigBuilderSecureDatagram Constructor (DOFAddress, ICollectionDOFCredentials)OpenDOF Object Access Library
Create a simple, secure server on the target address with a collection of credentials.

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

C#
public BuilderSecureDatagram(
	DOFAddress listenAddress,
	ICollection<DOFCredentials> credentials
)

Parameters

listenAddress
Type: org.opendof.core.oalDOFAddress
The listening address of the server. Null is not allowed.
credentials
Type: System.Collections.GenericICollectionDOFCredentials
The credentials for this server as a collection.
Remarks

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

Reference