ServerConnection Properties

Chatu Queens

ServerConnection Properties

The ServerConnection type exposes the following members.

Properties
  NameDescription
Public propertyActivo
Obtiene o establece si el servidor está activo.
Private propertyConexion
Conexión con el servidor.
Public propertyHilo
Hilo que gestiona los mensajes recibidos del servidor.
Public propertyIP
IP del servidor.
Private propertyNStream
NetworkStream para el intercambio de datos.
Public propertyPuerto
Puerto de escucha del servidor.
Public propertySReader
StreamReader para leer mensajes del servidor.
Private propertySWriter
StreamWriter para enviar mensajes al servidor.
Top
See Also