Example #1
0
        internal static bool IsFeatureSupported(HTTP_FEATURE_ID feature)
        {
            try
            {
                return(HttpIsFeatureSupported(feature));
            }
            catch (EntryPointNotFoundException) { }

            return(false);
        }
Example #2
0
 internal static extern bool HttpIsFeatureSupported(HTTP_FEATURE_ID feature);
Example #3
0
 internal static partial bool HttpIsFeatureSupported(HTTP_FEATURE_ID feature);