DOFConnectionConfigBuilderASsetProtocolNegotiator Method OpenDOF Object Access Library
Set the protocol negotiator to use on the connection.

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

C#
public DOFConnectionConfigBuilderAS setProtocolNegotiator(
	DOFProtocolNegotiator negotiator
)

Parameters

negotiator
Type: org.opendof.core.oalDOFProtocolNegotiator
The protocol negotiator to use on the connection.
null
means default.

Return Value

Type: DOFConnectionConfigBuilderAS
The builder.
Remarks

Set the protocol negotiator to use on the connection. The default is the same as calling this with DOFProtocolNegotiator.createDefault() .
See Also

Reference