Server Class

You can use the methods exposed by the Server class of the com.ms.iis.asp package to set properties for the server. The Server class also provides utility functions, such as creating object instances.

public Server(com.ms.asp.IServer);
{
  //Methods
  public Object createObject(string progID);
  public int getScriptTimeout();
  public String HTMLEncode(String str);
  public String mapPath(String path);
  public void setScriptTimeout(int timeout);
  public String URLEncode(String str);
  public java.lang.String URLPathEncode(java.lang.String p1);

© 1999 Microsoft Corporation. All rights reserved. Terms of use.