Esempio n. 1
0
        public void postMailUdp(Bundle inbundle)
        {
            if (inbundle == null)
            {
                inbundle = bundle;
            }

            inbundle.sendUdp(networkInterface_);

            if (inbundle == bundle)
            {
                bundle = null;
            }
        }