// Public members

        public static bool IsEmpty(this IWebProxy proxy)
        {
            return(proxy.IsEmpty(PlaceholderUri));
        }