Retrieves the values of predetermined environment variables in the HTTP query string.
Returns the total number of Variable objects in the ServerVariables collection.
object.Count
Long.
Read-only.
Determines whether the ServerVariables collection contains more Variable objects.
object.HasMoreElements
Boolean.
Read-only.
Retrieves the Variable object specified by the Key parameter.
object.Element(
Key As AnyType)
The object to retrieve. Can be either a String that corresponds to the name of the variable, or an Integer value that represents the variable's index.
Read-only.
Retrieves the Variable object corresponding to the specified key value.
object.Item(
Key As AnyType)
String/Integer. String value represents the name of a variable and the integer represents the variable's index.
Variable object.
None.
Retrieves the next Variable object in the collection.
object.Next()
None.
Variable.
Resets the pointer to the first object in the collection.
object.Reset()
None.
Void.