Beispiel #1
0
        protected override bool TryReceiveInternal(ref Frame frame)
        {
            if (m_endpoint == null)
            {
                return(false);
            }

            return(m_endpoint.TryReceive(ref frame));
        }