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: TransportHandlerThe connection's associated transport handler. This should never be null.
Remarks
See Also