Re: getting client ip in sock-client on server




"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


.



Relevant Pages

  • Socket problem
    ... Windows CE and a client application on a computer with Windows XP. ... The server ... The listening socket class on the server is derived from CCeSocket, ...
    (microsoft.public.windowsce.embedded.vc)
  • Socket is still connected after Server-Side socket termination.
    ... So I have this client-server project where the client uses Java's ... Socket class to communicate with the server using JSON. ...
    (comp.lang.java.programmer)
  • Re: Socket problem
    ... I seem to recall this being an issue with CCeSocket, ... > I am writing a simulation to run a server application on a computer with ... > Windows CE and a client application on a computer with Windows XP. ... > client socket class is derived from CSocket. ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Non-blocking notification mechanism via RMI
    ... client, non-blocking on the server. ... client, like "Hey, job is done. ... Fetch your result." ...
    (comp.lang.java.programmer)
  • Re: How to display binary file contents if it is stored in an integer array?
    ... file to the server and the server will store the file content in the ... the client will fetch the file from the server and ... ./client fetch server> test_2.pdf ... it's about rendering data to ...
    (comp.lang.c)