I want to send the SYN package to a remote host, now the problem is that if I use any of the .NET framework classes, then I can not do this; for example, a TCP client accepts a host number and port number and establishes a connection, similar to the case with the ClientSocket class in java.
I want to control the connection establishment myself; I want to say that I want to send a connection request (SYN packet), and then wait for the connection to respond and then send the packet. I know this can be tricky without external libraries, so if anyone can help me how to do this in C # or Java.,
c #
uyaseen
source share