Microsoft Internet Security and Acceleration Server 2000

FPCServer.WebSessions Property

Gets a collection of FPCWebSession objects in this server.

VBScript Syntax[VBScript]

[ collFPCWebSessions = ] FPCServer.WebSessions

C++ Syntax[C++]

HRESULT get_WebSessions(
  IFPCWebSessions **pcollFPCWebSessions
);

Parameters

collFPCWebSessions
Reference to the FPCWebSessions collection.

The property is read-only.

Applies To

FPCServer