0 out of 6 rated this helpful - Rate this topic

HTTP_REQUEST structure

The version of the HTTP_REQUEST structure is dependent on the version of the request queue used as follows:

HTTP Server API Version 1.0 request queue:  This is an HTTP_REQUEST_V1 structure.
HTTP Server API Version 2.0 request queue:  This is an HTTP_REQUEST_V2 structure.

Do not use HTTP_REQUEST_V2 or HTTP_REQUEST_V1 directly in code; use HTTP_REQUEST instead to ensure that the proper version, based on the version of the request queue, is used.

Requirements

Header

Httpserv.h

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.