Microsoft Internet Security and Acceleration Server 2000

FPCWebProxy.IncomingWebRequests Property

Gets a reference to a FPCWebRequestConfiguration object. The FPCWebRequestConfiguration object provides access to the properties of forward proxy and reverse proxy.

VBScript Syntax[VBScript]

[ oFPCWebRequestConfiguration = ] FPCWebProxy.IncomingWebRequests

C++ Syntax[C++]

HRESULT get_InComingWebRequests(
  IFPCWebRequestConfiguration **poFPCWebRequestConfiguration
);

Parameters

oFPCWebRequestConfiguration
Returns a reference to the FPCWebRequestConfiguration object.

The property is read-only.

Applies To

FPCWebProxy