DOFServerConfigBuilderUnsecureMulticastcreateServer Method (DOF)OpenDOF Object Access Library
This is a convenience method for creating the server with the implied Config . This is the server only. This server will not source requests to other nodes. For that, see BuilderUnsecureMulticast . The unicastAddress must have been set explicitly with setUnicastAddress(DOFAddress) .

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

C#
public DOFServer createServer(
	DOF dof
)

Parameters

dof
Type: org.opendof.core.oalDOF
The DOF to use to create the server.

Return Value

Type: DOFServer
A DOFServer using the builder's parameters.
See Also

Reference

BuilderUnsecureMulticast.createConnection(DOF)
BuilderUnsecureMulticast.createPeerConnection(DOF, DOFAddress, DOFAddress)