Obtener puerto

Iniciado por matiasramos, 2 Diciembre 2012, 19:34 PM

0 Miembros y 1 Visitante están viendo este tema.

matiasramos

hola yo necesito obtener el puerto al cual le esta llegando los datos

              Dim data2 As Byte() = client2.Receive(receivePoint2)
                If receivePoint2.Address.ToString() = "69.25.16.12" Then
                    client.Send(data2, data2.Length, "127.0.0.1", puertoquenecesitosaber)
                End If



no se como hacer, si me pueden ayudar gracias.