DOFServerConfigBuilderUnsecureTsetBridge Method OpenDOF Object Access Library
Set the bridge of the server.

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

C#
public virtual T setBridge(
	DOFOperationBridgeConfig bridge
)

Parameters

bridge
Type: org.opendof.core.oalDOFOperationBridgeConfig
The bridge for this server.
null
means none (default).

Return Value

Type: T
The builder.
Remarks

Set the bridge of the server.

NOTE: Bridging only applies to unsecure connections. Secure connections cannot be bridged.

See Also

Reference