Called by transport when a inbound or outbound connection was successfully established.
Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void opened( Connection connection )
Parameters
- connection
- Type: org.opendof.core.transportConnection
The transport representation of the connection.
Exceptions
Exception | Condition |
---|---|
Exception | If the transport manager cannot accept the connection. In this case the connection must be closed. |
Remarks
See Also