Construct a base implementation of a connection.
Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected ConnectionBase( Server server, DOFAddress peerAddress, TransportHandler transport, DOFConnectionType connectionType, ConnectionCallback context )
Parameters
- server
- Type: org.opendof.core.transportServer
The server that the connection is associated with. - peerAddress
- Type: org.opendof.core.oalDOFAddress
The peer address of the connection. - transport
- Type: org.opendof.core.transportTransportHandler
The associated transport handler. - connectionType
- Type: org.opendof.core.oalDOFConnectionType
The type of connection. - context
- Type: org.opendof.core.transportConnectionCallback
The context data associated with the connection.
Remarks
See Also