Sending information?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paulo

    Sending information?

    Hi, can asp.net (2.0 C# VS 2005) send some kind of information via TCP/IP to
    a computer that will be on the local network?

    Should the destination computer have a executable listening the data arrived
    on some port? Because the computer needs to send the data arrived to a
    printer...

    Can you help me?

    Thanks!


  • Eliyahu Goldin

    #2
    Re: Sending information?

    Sure, look at the TcpClient class.

    Yes, the destination computer should have a sort of driver that takes care
    about serving client requests.

    --
    Eliyahu Goldin,
    Software Developer
    Microsoft MVP [ASP.NET]




    "Paulo" <eris_paulo@ter ra.com.brwrote in message
    news:uTVat$zvIH A.5580@TK2MSFTN GP04.phx.gbl...
    Hi, can asp.net (2.0 C# VS 2005) send some kind of information via TCP/IP
    to a computer that will be on the local network?
    >
    Should the destination computer have a executable listening the data
    arrived on some port? Because the computer needs to send the data arrived
    to a printer...
    >
    Can you help me?
    >
    Thanks!
    >

    Comment

    Working...