using System; using System.Net.Sockets; namespace ConsoleClient; { class Class1 { [STAThread] static void Main(string[] args) { TcpClient _socket = new TcpClient(); } } } However, if I target the 1.1 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results