Share via


IScriptingContext::get_Server

The IScriptingContext::get_Server method retrieves a pointer to the IServer interface of the Server Object object.

HRESULT get_Server(
      Iserver** ppServer
);

Parameters

  • ppServer
    [retval] [out] Points to an IServer interface pointer.

Remarks

You can use the IServer interface to access the methods exposed by the Server object.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also