Cronous Emulation Server Daemon

TCPSocketHandler Methods

The methods of the TCPSocketHandler class are listed below. For a complete list of TCPSocketHandler class members, see the TCPSocketHandler Members topic.

Public Instance Methods

check Checks for socket validity.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
post_open Adds the socket to the event manager.
pre_close Removes the socket from the event manager.
process_error Function called when an error occurs during the polling.
process_read Processes reading.
process_write Processes writing.
ToString (inherited from Object) Returns a String that represents the current Object.
wants_reading_notification Check whether the socket wants to process reading.
wants_writing_notification Check whether the socket wants to process writing.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

TCPSocketHandler Class | croemud.connection Namespace