Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Development
Internet
HTTP Server API
 HTTP_REQUEST structure
HTTP_REQUEST structure

Applies to: desktop apps only

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.

Syntax

struct  {
   No syntax available;
};

Members

No syntax available

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker