HTTP_SERVICE_CONFIG_QUERY_TYPE (Enums)
Last changed: anonymous

.
Summary
The HTTP_SERVICE_CONFIG_QUERY_TYPE enumeration type defines various types of queries to make. It is used in the HTTP_SERVICE_CONFIG_SSL_QUERY and HTTP_SERVICE_CONFIG_URLACL_QUERY structures.

C# Definition:

public enum HTTP_SERVICE_CONFIG_QUERY_TYPE
{
     HttpServiceConfigQueryExact = 0,
     HttpServiceConfigQueryNext,
     HttpServiceConfigQueryMax
}

VB Definition:

Enum HTTP_SERVICE_CONFIG_QUERY_TYPE
   TODO
End Enum

Notes:

None.

Documentation