Cliente.Conexion Property

Chatu Queens

ClienteConexion Property

Conexión con el cliente.

Namespace:  ChatuServer
Assembly:  ChatuServer (in ChatuServer.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Socket Conexion { get; set; }
Public Property Conexion As Socket
	Get
	Set
public:
property Socket^ Conexion {
	Socket^ get ();
	void set (Socket^ value);
}
member Conexion : Socket with get, set

Property Value

Type: Socket
See Also