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 ServerBase( TransportHandler transportHandler, DOFAddress address, Server relatedServer, ServerCallback context )
Parameters
- transportHandler
- Type: org.opendof.core.transportTransportHandler
The associated transport handler. - address
- Type: org.opendof.core.oalDOFAddress
The address of the server. This must not be null. - relatedServer
- Type: org.opendof.core.transportServer
The related server. This may be null. - context
- Type: org.opendof.core.transportServerCallback
The context data associated with the connection.
Remarks
See Also