DOFOperationSessionsetDataTransform Method OpenDOF Object Access Library
Set the Requestor's data transform on all application data (parameters and values) exchanged in a Session.

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

C#
public abstract void setDataTransform(
	DOFOperationSessionDataTransform dataTransform
)

Parameters

dataTransform
Type: org.opendof.core.oalDOFOperationSessionDataTransform
The data transform for the Requestor Session to use.
Remarks

Set the Requestor's data transform on all application data (parameters and values) exchanged in a Session. Along with the Session, the transform creates a secure, end-to-end link.
See Also

Reference