Re: getting client ip in sock-client on server




No, it won't. I can't find anything in TcpClient documentation (fw 1.1)
class that would reveal client's IP address (but I may be wrong here)

can i get it using framework 2.0
pls help




"Goran Sliskovic" <gsliskov@xxxxxxxxx> wrote in message
news:e0kaciPHGHA.1760@xxxxxxxxxxxxxxxxxxxxxxx
>
> "Ankit Aneja" <efextra@xxxxxxxxxxxxxxxxx> wrote in message
> news:Oz2fl8OHGHA.2212@xxxxxxxxxxxxxxxxxxxxxxx
>> will it give ip address of client
>> i want to fetch ip address on server of client which is accepted or
>> connected
> ...
>
> No, it won't. I can't find anything in TcpClient documentation (fw 1.1)
> class that would reveal client's IP address (but I may be wrong here) . If
> you can use Socket class, then you can use RemoteEndPoint property.
>
> Regards,
> Goran
>
>


.


Loading