DOFServerConfigBuilderUnsecureTsetAddress Method OpenDOF Object Access Library
Set this server's listening address.

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

C#
public virtual T setAddress(
	DOFAddress listenAddress
)

Parameters

listenAddress
Type: org.opendof.core.oalDOFAddress
The address to set on this server. This must not be null.

Return Value

Type: T
The builder.
Remarks

Set this server's listening address.
See Also

Reference