Click or drag to resize

ClientListener Class

Implements methods that are called when special events occurs to a ClientChannel object.
Inheritance Hierarchy
SystemObject
  OBCOM.NetClientClientListener

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public class ClientListener

The ClientListener type exposes the following members.

Constructors
  NameDescription
Public methodClientListener
Constructs a new ClientListenerinstance.
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcessConnect
Called after a ClientChannel has connected to OBCOM NetServer.
Public methodProcessCreate
Called after a ClientChannel is created.
Public methodProcessDisconnect
Called after a ClientChannel has disconnected from OBCOM NetServer.
Public methodProcessDispose
Called after a ClientChannel is disposed and can no longer be used.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also