Beispiel #1
0
        public void SendData(PacketOut packetOut)
        {
            Log.Verbose("[{0}] [{1}] [{2}] [{3}] {@attributes} {@child}", "OUT", _serverType, Bot?.Login,
                        packetOut.Name,
                        packetOut.Attributes, packetOut.Children);

            var packet = packetOut.GetXml();

            SendData(packet);
        }