DOFProtocolNegotiatorcreateDefault Method OpenDOF Object Access Library
Create a default protocol negotiator.

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

C#
public static DOFProtocolNegotiator createDefault()

Return Value

Type: DOFProtocolNegotiator
The DOFProtocolNegotiator
Remarks

Create a default protocol negotiator. This is suitable for most cases and will be set by default on all connections and servers unless otherwise specified.
See Also

Reference