Ejemplo n.º 1
0
 public void CloseSocket()
 {
     socket.Close();
     socket.Dispose();
     socketClosed = true;
 }