2PTTechnology

The platform that enables you to build rich, interactive communities
Welcome to 2PTTechnology Sign in | Join | Help
in Search

To get a list of all the ServerVariables & Values C#

Last post 05-10-2007, 12:06 PM by twaligora. 0 replies.
Sort Posts: Previous Next
  •  05-10-2007, 12:06 PM 45

    To get a list of all the ServerVariables & Values C#

    foreach(String  Item in Request.ServerVariables)
                    Response.Write(Item + ": " +  Request.ServerVariables[Item] + "<br />");

View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems