Microsoft Internet Security and Acceleration Server 2000

FPCServer.StartWebProxyService Method

Starts the Web proxy service.

VBScript Syntax[VBScript]

FPCServer.StartWebProxyService( fWaitUntilComplete )

C++ Syntax[C++]

HRESULT StartWebProxyService(
  VARIANT_BOOL fWaitUntilComplete
);

Parameters

fWaitUntilComplete
Boolean that specifies whether the method waits for the operation to complete before the method returns S_OK or an error.

Applies To

FPCServer

See Also

FPCServer.StopWebProxyService