Beispiel #1
0
        public IEnumerable <INeighbor> HandleResponse(IMpdResponse response)
        {
            var parser = new ResponseParser(response);

            return(parser.GetListedNeighbors());
        }