Previous PageNext Page

13.9 IServer Interface

The IServer interface exposes the methods and properties of the Server object.
 

IServer::CreateObject
 
Creates an instance of an object.
 
IServer::get_ScriptTimeout
 
Retrieves the value of the ScriptTimeout property.
 
IServer::HTMLEncode
 
Applies HTML encoding to the specified string.
 
IServer::MapPath
 
Maps the specified relative or virtual path to the corresponding physical directory on the server.
 
IServer::put_ScriptTimeout
 
Sets the value of the ScriptTimeout property.
 
IServer::URLEncode
 
Applies URL encoding rules, including escape characters, to the specified string.
 
The IServer interface also supports the IUnknown and IDispatch interface methods.
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page