System.Net.EndPointListener.CheckIfRemove C# (CSharp) Méthode

CheckIfRemove() private méthode

private CheckIfRemove ( ) : void
Résultat 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);
		}