Report the connection configuration associated with a connection to the given address.
Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
ConnectionConfig getConnectionConfig( DOFAddress address )
Parameters
- address
- Type: org.opendof.core.oalDOFAddress
The address of the host. This must not be null.
Return Value
Type: ConnectionConfigThe connection configuration associated with the connection to the given address, or null if there is no such configuration.
Remarks
See Also