FpcUrlCategorizationReason Enumeration

The FpcUrlCategorizationReason enumerated type contains values that indicate what data was used to categorize the URL or reasons why it could not be categorized.

Syntax

typedef enum  {
  	fpcUrlCategorizationReasonNone
fpcUrlCategorizationReasonNone

Not categorized. No attempt was made to categorize this URL.

							= 0,
  	fpcUrlCategorizationFromOverrides
fpcUrlCategorizationFromOverrides

Categorized based on manually configured overrides.

						 = 1,
  	fpcUrlCategorizationFromCache
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
fpcUrlCategorizationFromWebService

The categorizer had to issue a Web service request to get the category for this URL.

						= 3,
  	fpcUrlCategorizationFailedUrlFilteringDisabled
fpcUrlCategorizationFailedUrlFilteringDisabled

The URL could not be categorized because URL filtering was disabled.

			= 4,
  	fpcUrlCategorizationFailedUrlNotInDatabase
fpcUrlCategorizationFailedUrlNotInDatabase

There is no information available regarding the category of the URL.

				= 5,
  		fpcUrlCategorizationFailedWebServiceConnectionError
fpcUrlCategorizationFailedWebServiceConnectionError

The URL could not be categorized because of a web service connection error.

   = 6,
  		fpcUrlCategorizationFailedWebServiceDown
fpcUrlCategorizationFailedWebServiceDown

The URL could not be categorized because the web service was down.

			= 7
} FpcUrlCategorizationReason;

Constants

fpcUrlCategorizationReasonNone

Not categorized. No attempt was made to categorize this URL.

fpcUrlCategorizationFromOverrides

Categorized based on manually configured overrides.

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.

fpcUrlCategorizationFromWebService

The categorizer had to issue a Web service request to get the category for this URL.

fpcUrlCategorizationFailedUrlFilteringDisabled

The URL could not be categorized because URL filtering was disabled.

fpcUrlCategorizationFailedUrlNotInDatabase

There is no information available regarding the category of the URL.

fpcUrlCategorizationFailedWebServiceConnectionError

The URL could not be categorized because of a web service connection error.

fpcUrlCategorizationFailedWebServiceDown

The URL could not be categorized because the web service was down.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

FpcUrlCategory
Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.