DOFConnectionConfigBuilderSecurableTsetTunnelDomains Method OpenDOF Object Access Library
Set whether or not the connection is allowed to tunnel remote domains.

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

C#
public virtual T setTunnelDomains(
	bool isTunnelDomains
)

Parameters

isTunnelDomains
Type: SystemBoolean
Whether or not the connection is allowed to tunnel remote domains.

Return Value

Type: T
The builder.
Remarks

Set whether or not the connection is allowed to tunnel remote domains. This is false by default.
See Also

Reference