ServerBase ClassOpenDOF Object Access Library
Base class for transport servers.
Inheritance Hierarchy

SystemObject
  org.opendof.core.transportServerBase

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

C#
public abstract class ServerBase : Server

The ServerBase type exposes the following members.

Constructors

  NameDescription
Protected methodServerBase
Construct a base implementation of a connection.
Top
Methods

  NameDescription
Public methodStatic membercleanupDeadConnections
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgetAddress
Public methodgetConnectionConfig
Public methodgetConnectionCount
Public methodgetContext
Public methodgetHandler
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetRelatedServer
Public methodgetServerType
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisHandleAsync
Public methodisSecure
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodsend
Public methodstart
Public methodstop
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldaddress
Protected fieldrelatedServer
Protected fieldtransportHandler
Top
Remarks

Base class for transport servers. This implementation handles what it can, but also is abstract and requires those using it to implement the actual communication.
See Also

Reference