I want to close an existing TCP connection on a given server. the connection is not control by the C# application, but since I know the source IP and source port, destination IP and destination Port, I would like to terminate this connection using C#.
How can I do that? Thanks