CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AngelOfCarnage

Search: Search took 0.13 seconds.

  1. UDP client/server communication over WAN

    I am attempting to create a server and client that utilizes both TCP and UDP. The server works very well in a LAN setting but the UDP messages are not being received when transmitted over a WAN. I...
  2. Replies
    3
    Views
    12,025

    Re: C# Server/Client Socketing help.

    Hi sorry about that here is the code. Sorry about the volume too. I understand that it is a lot, but I was unsure if the issue was simply with the client or if maybe I had made a mistake in my...
  3. Error: The requested address is not valid in its context.

    I am working on developing a client server application that currently provides simple chat functionality. The server application appears to be working properly listening on one port for a TCP...
  4. Replies
    3
    Views
    12,025

    C# Server/Client Socketing help.

    I am working on developing a client server application that currently provides simple chat functionality. The server application appears to be working properly listening on one port for a TCP...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured