Esempio n. 1
0
        static void Main(string[] args)
        {
            TCPConnection tCPConnection = new TCPConnection();

            tCPConnection.ActiveOpen();
            tCPConnection.Close();
            tCPConnection.Send();
            tCPConnection.Transmit(new TCPOctetStream());
            tCPConnection.Close();
        }