Socket SktClient = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
public Socket SktClient ; // defined gloabally //Now somewhere in form SktClient = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)