예제 #1
0
        internal void InvalidateEntry(IPEndPoint target)
        {
            Socket socket;

            if (!cache.RemoveKey(target, out socket))
            {
                return;
            }

            CloseSocket(socket);
            NetworkingStatisticsGroup.OnClosedSendingSocket();
        }