FormJuego.Servidor Property

Chatu Queens

FormJuegoServidor Property

Gestiona la conexión y el intercambio de datos con el servidor.

Namespace:  ChatuQueens
Assembly:  ChatuQueens (in ChatuQueens.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private ServerConnection Servidor { get; set; }
Private Property Servidor As ServerConnection
	Get
	Set
private:
property ServerConnection^ Servidor {
	ServerConnection^ get ();
	void set (ServerConnection^ value);
}
private member Servidor : ServerConnection with get, set

Property Value

Type: ServerConnection
See Also