When I establish a tcp connection to a server using the TcpClient class, is there any way to find out the source port of this connection? I am trying to implement the exec protocol and stderr port seems to always be source port + 1.
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?