ServerVariables

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Properties >

ServerVariables

ISAPI only. Contains a list of server variables that should be fetched from ISAPI subsytem at each request. Default value is: APP_POOL_ID, SERVER_ADDR, SERVER_NAME, SERVER_PORT, SERVER_SOFTWARE

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.ServerVariables

 

ETYPE=Property

 

Declaration:

Delphi:

public property ServerVariables: TStringList;

C++:

public: __property TStringList ServerVariables;

 

Description: This is ServerVariables, a member of class TIWServerControllerBase.