Microsoft Internet Security and Acceleration Server 2004 SDK

SessionsMonitorWebProxy Property of IFPCSessionsMonitors[C++]

FPCSessionsMonitors.SessionsMonitorWebProxy [Visual Basic]

[C++]

The SessionsMonitorWebProxy property gets an FPCSessionsMonitor collection that represents the session monitor for Web proxy sessions.

HRESULT get_SessionsMonitorWebProxy(
  IFPCSessionsMonitor** ppSessionsMonitorWebProxy
);

Parameters

ppSessionsMonitorWebProxy
Address of an interface pointer that on return points to an IFPCSessionsMonitor interface that represents the session monitor for Web proxy sessions.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The SessionsMonitorWebProxy property gets an FPCSessionsMonitor collection that represents the session monitor for Web proxy sessions.

Property SessionsMonitorWebProxy As FPCSessionsMonitor

Property Value

Reference to an FPCSessionsMonitor collection that represents the session monitor for Web proxy sessions.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCSessionsMonitors