Sending UDP Packet in C#
        Posted  
        
            by DOminik
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DOminik
        
        
        
        Published on 2010-04-14T13:28:50Z
        Indexed on 
            2010/04/14
            13:33 UTC
        
        
        Read the original article
        Hit count: 473
        
Hello everybody! I have a game server (WoW). I want my players to download my custom patches to the game. I've done a program that checks for update/downloading things. I want my program to send a packet to my game server if player have all my patches. I dont need any response from the server, it will handle it, but its another story.
So I want to know, how to send a packet to a server.
Thank you!
© Stack Overflow or respective owner