ConnectiongetServer Method OpenDOF Object Access Library
Return the server associated with a given connection, or null if the connection is outbound.

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

C#
Server getServer()

Return Value

Type: Server
The server associated with the connection. Null should be returned if the connection is outbound. If the connection is inbound then the value should not be null.
Remarks

Return the server associated with a given connection, or null if the connection is outbound.
See Also

Reference