• Viernes 8 de Noviembre de 2024, 12:54

Autor Tema:  Obtener La Ip De Un Host Remoto Con Winsock  (Leído 1708 veces)

tilapia

  • Nuevo Miembro
  • *
  • Mensajes: 3
    • Ver Perfil
Obtener La Ip De Un Host Remoto Con Winsock
« en: Lunes 28 de Abril de 2008, 04:32 »
0
Hola estoy haciendo un pequeño software de cafe internet y necesito que a partir de un nombre de maquima remota me muestre la ip y el nombre del grupo de trabajo al que pertence ese computador

espero me ayuden

gracias

posman

  • Miembro MUY activo
  • ***
  • Mensajes: 119
    • Ver Perfil
Re: Obtener La Ip De Un Host Remoto Con Winsock
« Respuesta #1 en: Lunes 28 de Abril de 2008, 15:42 »
0
Y porque no utilizas la propiedad RemoteHostIP?

Citar
Returns the IP address of the remote machine.

* For client applications, after a connection has been established using the Connect method, this property contains the IP string of the remote machine.
* For server applications, after an incoming connection request (ConnectionRequest event), this property contains the IP string of the remote machine that initiated the connection.
* When using the UDP protocol, after the DataArrival event occurs, this property contains the IP address of the machine sending the UDP data.
http://msdn2.microsoft.com/en-us/library/a...150(VS.60).aspx

tilapia

  • Nuevo Miembro
  • *
  • Mensajes: 3
    • Ver Perfil
Re: Obtener La Ip De Un Host Remoto Con Winsock
« Respuesta #2 en: Martes 29 de Abril de 2008, 19:01 »
0
bien, gracias por tu ayuda pero lo que necesito es saber si es posible obtener el nombre de la red (grupo de trabajo) con winsock