Servidor.AtiendeCliente Method

Chatu Queens

ServidorAtiendeCliente Method

Escucha y gestiona todos los mensajes recibidos de un cliente.

Namespace:  ChatuServer
Assembly:  ChatuServer (in ChatuServer.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private void AtiendeCliente(
	Object ob
)
Private Sub AtiendeCliente ( 
	ob As Object
)
private:
void AtiendeCliente(
	Object^ ob
)
private member AtiendeCliente : 
        ob : Object -> unit 

Parameters

ob
Type: SystemObject
Cliente.
See Also