ConnectiongetContext Method OpenDOF Object Access Library
Get the connections associated context.

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

C#
ConnectionCallback getContext()

Return Value

Type: ConnectionCallback
The connection context.
Remarks

Get the connections associated context. For inbound connections the context would be null until TransportManager.opened is called, and for outbound connections the context would be the context passed with the Transport.open call.
See Also

Reference