Microsoft Internet Security and Acceleration Server 2000

FPCWebProxy.OutgoingWebRequests Property

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

VBScript Syntax[VBScript]

[ oFPCWebRequestConfiguration = ] FPCWebProxy.OutgoingWebRequests

C++ Syntax[C++]

HRESULT get_OutgoingWebRequests(
  IFPCWebRequestConfiguration **poFPCWebRequestConfiguration
);

Parameters

oFPCWebRequestConfiguration
Returns a reference to the FPCWebRequestConfiguration object.

The property is read-only.

Applies To

FPCWebProxy