Set whether or not connections to this server are 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 DOFServerConfigBuilder setTunnelDomains( bool isTunnelDomains )
Parameters
- isTunnelDomains
- Type: SystemBoolean
Whether or not connections to this server are allowed to tunnel remote domains.
Return Value
Type: DOFServerConfigBuilderThe builder.
Remarks
See Also