The FpcUrlCategorizationReason enumerated type contains values that indicate what data was used to categorize the URL or reasons why it could not be categorized.
typedef enum { fpcUrlCategorizationReasonNone
Not categorized. No attempt was made to categorize this URL.
= 0, fpcUrlCategorizationFromOverrides
Categorized based on manually configured overrides.
= 1, fpcUrlCategorizationFromCache
Categorized based on cache. This is data that was first acquired from the MRS Web service (from the internet) and was cached to improve performance.
= 2, fpcUrlCategorizationFromWebService
The categorizer had to issue a Web service request to get the category for this URL.
= 3, fpcUrlCategorizationFailedUrlFilteringDisabled
The URL could not be categorized because URL filtering was disabled.
= 4, fpcUrlCategorizationFailedUrlNotInDatabase
There is no information available regarding the category of the URL.
= 5, fpcUrlCategorizationFailedWebServiceConnectionError
The URL could not be categorized because of a web service connection error.
= 6, fpcUrlCategorizationFailedWebServiceDown
The URL could not be categorized because the web service was down.
= 7 } FpcUrlCategorizationReason;
Not categorized. No attempt was made to categorize this URL.
Categorized based on manually configured overrides.
Categorized based on cache. This is data that was first acquired from the MRS Web service (from the internet) and was cached to improve performance.
The categorizer had to issue a Web service request to get the category for this URL.
The URL could not be categorized because URL filtering was disabled.
There is no information available regarding the category of the URL.
The URL could not be categorized because of a web service connection error.
The URL could not be categorized because the web service was down.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
FpcUrlCategory
Enumerated Types
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.