DOFConnectionConfigBuilderSecurableTsetTransportConfig Method OpenDOF Object Access Library
Set the transport configuration associated with the connection.

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

C#
public virtual T setTransportConfig(
	ConnectionConfig config
)

Parameters

config
Type: org.opendof.core.transportConnectionConfig
The transport configuration associated with the connection.
null
means none(default).

Return Value

Type: T
The builder.
Remarks

Set the transport configuration associated with the connection.
See Also

Reference