System.Net.EndPointListener.CheckIfRemove C# (CSharp) Метод

CheckIfRemove() приватный Метод

private CheckIfRemove ( ) : void
Результат void
		void CheckIfRemove ()
		{
			if (prefixes.Count > 0)
				return;

			if (unhandled != null && unhandled.Count > 0)
				return;

			if (all != null && all.Count > 0)
				return;

			EndPointManager.RemoveEndPoint (this, endpoint);
		}