xSession::getIISObject Method
Instantiates and returns a COM object for an IIS object.
Syntax
client server public static COM getIISObject(IISObject object)
Run On
ClientOrServer
Parameters
- object
Type: IISObject Enumeration
The IIS object that you want to create a COM object for.
Return Value
Type: COM Class
A COM object.
Remarks
The IIS object can be one of the possible values supplied by the IISObject system enumeration:
ApplicationObject
Request
Response
Server
SessionObject