I want to send a TCP packet (with a custom header) in C#. The building of such packets is no problem, and I have the data in a byte array. But how can I send this packet ove
You are Binding your socket but you should Connect() (to the other endpoint).
Connect()