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

    Can we *listen* a TCP port, say 8080, in the "client" side with IE?

    The goal: to run a web service in a Internet Explorer page. Can it be
    done?

    The only way I see is to have a VBScript able to import the functions
    from System.Net.Sockets.TcpListener. Is it possible? examples? Do the
    user needs to have some or all of the .NET framework installed?

    Thanks

    Alejandro

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Can we *listen* a TCP port, say 8080, in the "client" side with IE?

    Through scripting this is not possible.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

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