TCP-communication problems

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

    TCP-communication problems

    I have created two small applications that (ideally) should be able to talk
    to each other using TCP (TcpListener /TcpClient). However I have problems
    with displaying anything more than the initial request sent to the server.

    If you have some pointers to some kind of "Reference"-implementation of
    this, I would greatly appreciate it. I won't bother you with my problems as
    of yet, since I assume they are caused by my lack of understanding what to
    do.

    :o)

    thanks,

    --
    Jesper Stocholm - http://stocholm.dk
  • John McTainsh

    #2
    Re: TCP-communication problems

    Hi Jesper,

    There is a socket implementation on my site you may find useful



    See ya

    "Jesper Stocholm" <jespers@stocho lm.invalid> wrote in message
    news:Xns93FDE1E 72FD7Fstocholmd k@130.226.1.34. ..[color=blue]
    > I have created two small applications that (ideally) should be able to[/color]
    talk[color=blue]
    > to each other using TCP (TcpListener /TcpClient). However I have problems
    > with displaying anything more than the initial request sent to the server.
    >
    > If you have some pointers to some kind of "Reference"-implementation of
    > this, I would greatly appreciate it. I won't bother you with my problems[/color]
    as[color=blue]
    > of yet, since I assume they are caused by my lack of understanding what to
    > do.
    >
    > :o)
    >
    > thanks,
    >
    > --
    > Jesper Stocholm - http://stocholm.dk[/color]


    Comment

    • Zane Thomas [.NET/C# MVP]

      #3
      Re: TCP-communication problems

      On Sun, 21 Sep 2003 20:07:45 +0000 (UTC), Jesper Stocholm
      <jespers@stocho lm.invalid> wrote:
      [color=blue]
      >I have created two small applications that (ideally) should be able to talk
      >to each other using TCP (TcpListener /TcpClient). However I have problems
      >with displaying anything more than the initial request sent to the server.[/color]

      From the Free Stuff folder at www.abderaware.com you will be able to download a
      file named ssdotnet.zip. It contains several (10 as I recall) socket
      programming examples, at least a couple of which should be useful to you.


      --
      Abderaware
      Fine Components For .NET
      Turn on, tune in, download.
      zane a@t abderaware.com

      Comment

      • Zane Thomas [.NET/C# MVP]

        #4
        Re: TCP-communication problems

        On Sun, 21 Sep 2003 20:07:45 +0000 (UTC), Jesper Stocholm
        <jespers@stocho lm.invalid> wrote:
        [color=blue]
        >I have created two small applications that (ideally) should be able to talk
        >to each other using TCP (TcpListener /TcpClient). However I have problems
        >with displaying anything more than the initial request sent to the server.[/color]

        From the Free Stuff folder at www.abderaware.com you will be able to download a
        file named ssdotnet.zip. It contains several (10 as I recall) socket
        programming examples, at least a couple of which should be useful to you.


        --
        Abderaware
        Fine Components For .NET
        Turn on, tune in, download.
        zane a@t abderaware.com

        Comment

        Working...