Hi, > I'm trying to develop an application that use Sockets with Mono. Fist i'm > trying to develop a client that try to connect to a NewsGroup Server (this > is a client example). You're actually implementing a server. TcpClient is your friend. bye Rob