How to send raw data over a network?
        Posted  
        
            by youllknow
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by youllknow
        
        
        
        Published on 2010-03-22T17:46:59Z
        Indexed on 
            2010/03/22
            17:51 UTC
        
        
        Read the original article
        Hit count: 595
        
Hi everyone!
I've same data stored in a byte-array. The data contains a IPv4 packet (which contains a udp-packet).
I want to send these array raw over the network using C# (preferred) or C++. I don't want to use C#'s udp-client for example.
Does anyone know how to perform this?
Sorry for my bad English and thanks for your help in advance!!!
© Stack Overflow or respective owner