IRequest::get_ServerVariables

This method retrieves the ServerVariables collection of the Request Object.

HRESULT get_ServerVariables(

IRequestDictionary ** ppDictReturn

//pointer to an IRequestDictionary interface pointer that receives the ServerVariables collection

);