ConnectiongetTransport Method OpenDOF Object Access Library
Get the connection's associated transport handler.

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

C#
TransportHandler getTransport()

Return Value

Type: TransportHandler
The connection's associated transport handler. This should never be null.
Remarks

Get the connection's associated transport handler.
See Also

Reference