Creating a TCP/IP Connection

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

    Creating a TCP/IP Connection

    Hi,

    I'm new to C# and was wondering how I can create a TCP/IP connection.

    I would like to be able to create a connection to a web server on a specific
    port fire of some commands to it and then once I'm finished close the
    connection again.
    I'm looking for something similar to how HyperTerminal connects to an IP
    address and allows you to type commands to it.

    Any info is appreciated.



  • Jeroen Mostert

    #2
    Re: Creating a TCP/IP Connection

    BillB wrote:
    I'm looking for something similar to how HyperTerminal connects to an IP
    address and allows you to type commands to it.
    >
    That's called Telnet.

    --
    J.

    Comment

    • BillB

      #3
      Re: Creating a TCP/IP Connection

      Hey
      I was thinking of going down the Sockets route, was just looking for some
      info about it.
      My little test app is going to have connect and disconnect buttons, and a
      few other buttons that will have some preloaded request to send to the
      server, as far as i know i won't recieve anything back from the server
      (going by what i get hen using HyperTerminal) the actual server is used to
      control an intercom system so i am sending it connection requests and a few
      other commands.

      Thanks

      Comment

      Working...