DOFServerConfigBuildersetTransportConfig Method OpenDOF Object Access Library
Set this server's transport configuration.

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

C#
public DOFServerConfigBuilder setTransportConfig(
	ServerConfig config
)

Parameters

config
Type: org.opendof.core.transportServerConfig
The transport configuration to set on this server's configuration.
null
means none (default).

Return Value

Type: DOFServerConfigBuilder
The builder.
Remarks

Set this server's transport configuration.
See Also

Reference