HTTP_LISTEN_ENDPOINT_INFO structure (http.h)

Controls whether IP-based URLs should listen on the specific IP address or on a wildcard.

Syntax

typedef struct _HTTP_LISTEN_ENDPOINT_INFO {
  HTTP_PROPERTY_FLAGS Flags;
  BOOLEAN             EnableSharing;
} HTTP_LISTEN_ENDPOINT_INFO, *PHTTP_LISTEN_ENDPOINT_INFO;

Members

Flags

The HTTP_PROPERTY_FLAGS structure that specifies if the property is present.

EnableSharing

A Boolean value that specifies whether sharing is enabled.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header http.h

See also

HTTP_PROPERTY_FLAGS