CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 1999
    Posts
    1

    How Can I get the IP address of the host where the applet is being run



    I wish to get the IP address of the host where the HTML page is being run or the IP of the Proxy being used by that host in case a proxy is being used. How can get the same in my applet. Is it possible???.

  2. #2
    Join Date
    Apr 1999
    Posts
    7

    Re: How Can I get the IP address of the host where the applet is being run



    hi abhinav,


    It is possible to get the client IP address from applet using getInetAddress

    and it is possible to Host ip address using getHostaddress or getHostName

    check it


    thanx and regds

    ganesh



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured